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…
Reference in New Issue