mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-11 06:46:10 +00:00
typo
This commit is contained in:
parent
322a12fed7
commit
9b05581695
@ -537,7 +537,7 @@ method onDepositEvent*(p: Web3DataProviderRef,
|
||||
if p.subscription != nil:
|
||||
await p.subscription.unsubscribe()
|
||||
|
||||
debug "Subsribing for deposit events", startBlock
|
||||
debug "Subscribing for deposit events", startBlock
|
||||
|
||||
p.subscription = await p.ns.subscribe(
|
||||
DepositEvent, %*{"fromBlock": &"0x{startBlock:X}"}, handler)
|
||||
|
Loading…
x
Reference in New Issue
Block a user