Skip to content

Commit

Permalink
Web3: use #clearGas in #eth_call_finalize (#577)
Browse files Browse the repository at this point in the history
* web3.md: use #clearGas in #eth_call_finalize

* web3.md: formatting

* web3: formatting
  • Loading branch information
anvacaru authored and rv-jenkins committed Nov 29, 2019
1 parent 2680b07 commit 852e14e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,13 @@ Transaction Receipts
syntax KItem ::= "#eth_call_finalize"
// -------------------------------------
rule <k> #eth_call_finalize => #setMode NORMAL ~> #popNetworkState ~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT )) ... </k>
rule <k> #eth_call_finalize
=> #setMode NORMAL
~> #popNetworkState
~> #clearGas
~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT ))
...
</k>
<output> OUTPUT </output>
```

Expand Down

0 comments on commit 852e14e

Please sign in to comment.