We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2680b07 commit 852e14eCopy full SHA for 852e14e
web3.md
@@ -1277,7 +1277,13 @@ Transaction Receipts
1277
1278
syntax KItem ::= "#eth_call_finalize"
1279
// -------------------------------------
1280
- rule <k> #eth_call_finalize => #setMode NORMAL ~> #popNetworkState ~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT )) ... </k>
+ rule <k> #eth_call_finalize
1281
+ => #setMode NORMAL
1282
+ ~> #popNetworkState
1283
+ ~> #clearGas
1284
+ ~> #rpcResponseSuccess(#unparseDataByteArray( OUTPUT ))
1285
+ ...
1286
+ </k>
1287
<output> OUTPUT </output>
1288
```
1289
0 commit comments