Skip to content

Commit

Permalink
Add EnableTxnEvalTracer to algocfg development profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jun 20, 2023
1 parent ae02370 commit a4c4236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/algocfg/profileCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ var (
updateFunc: func(cfg config.Local) config.Local {
cfg.EnableExperimentalAPI = true
cfg.EnableDeveloperAPI = true
cfg.MaxAcctLookback = 256
cfg.EnableTxnEvalTracer = true
return cfg
},
}
Expand Down

0 comments on commit a4c4236

Please sign in to comment.