Skip to content

Commit

Permalink
Merge pull request #336 from algoidurovic/dryrun_cost
Browse files Browse the repository at this point in the history
Update client API to support new cost fields in dryrun result
  • Loading branch information
algoidurovic authored Jun 2, 2022
2 parents f033b78 + 601b23b commit 137ad36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions algosdk/dryrun_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ def __init__(self, dr):
"app-call-messages",
"local-deltas",
"global-delta",
"budget-added",
"budget-consumed",
"cost",
"logic-sig-messages",
"logic-sig-disassembly",
Expand Down

0 comments on commit 137ad36

Please sign in to comment.