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 23, 2023
1 parent f514d82 commit 1bf69ee
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

Check warning on line 46 in cmd/algocfg/profileCommand.go

View check run for this annotation

Codecov / codecov/patch

cmd/algocfg/profileCommand.go#L45-L46

Added lines #L45 - L46 were not covered by tests
return cfg
},
}
Expand Down

0 comments on commit 1bf69ee

Please sign in to comment.