Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Tvorozhkov committed Mar 30, 2022
1 parent 665fa90 commit c64134b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="toncli",
version="0.0.31",
version="0.0.32",
author="Andrey Tvorozhkov",
author_email="[email protected]",
description="Easy to use CLI for fift / func projects",
Expand Down
2 changes: 1 addition & 1 deletion src/toncli/modules/fift/run_test.fif.template
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ verbose 0>
@' test // test function selector
test_code <s // load func code as slice
c7 // add c7 cell
0x151 runvmx // here we will get function selector, stack values, c4, c7, gas limit
0x11 runvmx // here we will get function selector, stack values, c4, c7, gas limit

depth 2 >
{ depth 2 - tuple drop }
Expand Down

0 comments on commit c64134b

Please sign in to comment.