mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-10 18:03:11 +00:00
Fix linting
This commit is contained in:
parent
0de176eb7e
commit
89457a0e0f
@ -73,7 +73,8 @@ proc doRlnKeystoreGenerator*(conf: RlnKeystoreGeneratorConf) =
|
||||
|
||||
# 4. register on-chain
|
||||
try:
|
||||
let registerResult = waitFor groupManager.register(credential, conf.userMessageLimit)
|
||||
let registerResult =
|
||||
waitFor groupManager.register(credential, conf.userMessageLimit)
|
||||
if registerResult.isErr():
|
||||
error "Failed to register on-chain", error = registerResult.error
|
||||
quit(QuitFailure)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user