mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-09 09:03:08 +00:00
fix build error
somehow this didn't break the nim-ethers tests?
This commit is contained in:
parent
3a2165dd3d
commit
74ea3fbb99
@ -170,7 +170,7 @@ proc replay*(provider: Provider, tx: Transaction, blockNumber: UInt256) {.async.
|
||||
# the same block BEFORE this transaction will not have their state transitions
|
||||
# included in the replay.
|
||||
# More information: https://snakecharmers.ethereum.org/web3py-revert-reason-parsing/
|
||||
trace "replaying transaction", hasGas = (%tx).hasKey("gas"), tx = %tx
|
||||
trace "replaying transaction", gasLimit = tx.gasLimit, tx = $tx
|
||||
discard await provider.call(tx, BlockTag.init(blockNumber))
|
||||
|
||||
method getRevertReason*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user