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 aa1464b commit ad24d44Copy full SHA for ad24d44
ncli/ncli_testnet.nim
@@ -276,7 +276,7 @@ contract(DepositContract):
276
proc deposit(pubkey: PubKeyBytes,
277
withdrawalCredentials: WithdrawalCredentialsBytes,
278
signature: SignatureBytes,
279
- deposit_data_root: FixedBytes[32])
+ deposit_data_root: web3.FixedBytes[32])
280
281
template `as`(address: Eth1Address, T: type bellatrix.ExecutionAddress): T =
282
T(data: distinctBase(address))
0 commit comments