mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-07-03 15:09:43 +00:00
The node keeps its own (random) peerId and loads the SELECTED membership credential by copying rlnKeystoreSource -> rln_keystore_<peerId>.json before mountMix. Lets many instances share an RLN membership without colliding on a peerId. New config field rlnKeystoreSource (parsed in client_api).