mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-04 15:39:32 +00:00
cleanup(05b-weak-types): drop cast[pointer] at setGroupManagerRef caller + bump nwaku
This commit is contained in:
parent
23472f3c9d
commit
fce56b367c
@ -335,7 +335,7 @@ proc start*(client: WakuClient) {.async.} =
|
||||
let fetchRoots: onchain_group_manager.FetchRootsCallback = clientFetchRoots
|
||||
let fetchProof: onchain_group_manager.FetchProofCallback = clientFetchProof
|
||||
lezGm.setFetchCallbacks(fetchRoots, fetchProof)
|
||||
mix_lez_client.setGroupManagerRef(cast[pointer](lezGm))
|
||||
mix_lez_client.setGroupManagerRef(lezGm)
|
||||
info "Wired LEZ callbacks for mix RLN spam protection"
|
||||
|
||||
let (_, destId) = splitPeerIdAndAddr(client.cfg.destPeerAddr)
|
||||
|
||||
2
vendor/nwaku
vendored
2
vendor/nwaku
vendored
@ -1 +1 @@
|
||||
Subproject commit 75b549cfa843287df21145bc4f167491c31022eb
|
||||
Subproject commit 618ce267c0b1587e98808de7840bcad9fdbd5655
|
||||
Loading…
x
Reference in New Issue
Block a user