Don't forget stateful when rendering the ACI

This commit is contained in:
Hans Svensson
2021-09-20 14:49:12 +02:00
parent ebb1f9ecf9
commit 1be24c94c5
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ test_cases(1) ->
stateful => true,
payable => true}]}},
DecACI = <<"payable main contract C =\n"
" payable entrypoint a : (int) => int\n">>,
" payable stateful entrypoint a : (int) => int\n">>,
{Contract,MapACI,DecACI};
test_cases(2) ->