mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-24 19:19:21 +00:00
attempt to fix flaky simulator test
This commit is contained in:
parent
50af402f59
commit
21140191da
@ -4,7 +4,7 @@ import
|
||||
test_env,
|
||||
eth/[common, rlp, keys],
|
||||
stew/byteutils,
|
||||
json_rpc/rpcclient,
|
||||
json_rpc/[rpcclient, errors],
|
||||
../../../nimbus/rpc/hexstrings,
|
||||
../../../nimbus/transaction
|
||||
|
||||
@ -220,6 +220,10 @@ proc debugPrevRandaoTransaction*(client: RpcClient, tx: Transaction, expectedPre
|
||||
ok()
|
||||
except ValueError as e:
|
||||
err(e.msg)
|
||||
except JsonRpcError as ex:
|
||||
# occasionally for unknown reason this proc will fail in CI
|
||||
# let's see what actually trigger it
|
||||
err(ex.msg)
|
||||
|
||||
proc customizeTx(baseTx: Transaction, vaultKey: PrivateKey, customTx: CustomTx): Transaction =
|
||||
# Create a modified transaction base, from the base transaction and customData mix
|
||||
|
Loading…
x
Reference in New Issue
Block a user