mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 16:33:08 +00:00
fix libwaku's returned enr string (#3097)
This commit is contained in:
parent
d964b66146
commit
488ea2f815
@ -30,7 +30,7 @@ proc process*(
|
|||||||
of RETRIEVE_LISTENING_ADDRESSES:
|
of RETRIEVE_LISTENING_ADDRESSES:
|
||||||
return ok($(%*waku.node.getMultiaddresses()))
|
return ok($(%*waku.node.getMultiaddresses()))
|
||||||
of RETRIEVE_MY_ENR:
|
of RETRIEVE_MY_ENR:
|
||||||
return ok($(%*waku.node.enr.toURI()))
|
return ok(waku.node.enr.toURI())
|
||||||
|
|
||||||
error "unsupported operation in DebugNodeRequest"
|
error "unsupported operation in DebugNodeRequest"
|
||||||
return err("unsupported operation in DebugNodeRequest")
|
return err("unsupported operation in DebugNodeRequest")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user