Skip to content

Commit ad24d44

Browse files
committed
fix ncli
1 parent aa1464b commit ad24d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ncli/ncli_testnet.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ contract(DepositContract):
276276
proc deposit(pubkey: PubKeyBytes,
277277
withdrawalCredentials: WithdrawalCredentialsBytes,
278278
signature: SignatureBytes,
279-
deposit_data_root: FixedBytes[32])
279+
deposit_data_root: web3.FixedBytes[32])
280280

281281
template `as`(address: Eth1Address, T: type bellatrix.ExecutionAddress): T =
282282
T(data: distinctBase(address))

0 commit comments

Comments
 (0)