Skip to content

Commit 852e14e

Browse files
anvacarurv-jenkins
authored andcommitted
Web3: use #clearGas in #eth_call_finalize (#577)
* web3.md: use #clearGas in #eth_call_finalize * web3.md: formatting * web3: formatting
1 parent 2680b07 commit 852e14e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

web3.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,13 @@ Transaction Receipts
12771277
12781278
syntax KItem ::= "#eth_call_finalize"
12791279
// -------------------------------------
1280-
rule <k> #eth_call_finalize => #setMode NORMAL ~> #popNetworkState ~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT )) ... </k>
1280+
rule <k> #eth_call_finalize
1281+
=> #setMode NORMAL
1282+
~> #popNetworkState
1283+
~> #clearGas
1284+
~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT ))
1285+
...
1286+
</k>
12811287
<output> OUTPUT </output>
12821288
```
12831289

0 commit comments

Comments
 (0)