mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
chore: use traceRoot changes
This commit is contained in:
parent
49d392890f
commit
a0b26d0795
@ -523,6 +523,8 @@ method init*(g: OnchainGroupManager): Future[GroupManagerResult[void]] {.async.}
|
||||
g.rlnRelayMaxMessageLimit =
|
||||
cast[uint64](await wakuRlnContract.MAX_MESSAGE_LIMIT().call())
|
||||
|
||||
asyncSpawn g.trackRootChanges()
|
||||
|
||||
proc onDisconnect() {.async.} =
|
||||
error "Ethereum client disconnected"
|
||||
var newEthRpc: Web3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user