Skip to content

Commit

Permalink
algocfg: Add EnableTxnEvalTracer to algocfg development profile. (#5481)
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Jun 23, 2023
1 parent c547097 commit f56b9bd
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 f56b9bd

Please sign in to comment.