fix(wakunode2): no peer-exchange peer error msg

Co-authored-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
kaiserd 2022-10-26 12:50:19 +02:00 committed by GitHub
parent efd1496e4e
commit f5ce9ce4a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ proc setupProtocols(node: WakuNode, conf: WakuNodeConf, mStorage: MessageStore):
try:
setPeerExchangePeer(node, conf.peerExchangeNode)
except:
return err("failed to set node waku lightpush peer: " & getCurrentExceptionMsg())
return err("failed to set node waku peer-exchange peer: " & getCurrentExceptionMsg())
return ok()