Skip to content

Commit

Permalink
Merge branch 'master' into improve_raw_binding
Browse files Browse the repository at this point in the history
  • Loading branch information
darshankabariya authored Oct 9, 2024
2 parents 98c7be5 + 4aabd64 commit f370844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ proc process*(
of RETRIEVE_LISTENING_ADDRESSES:
return ok($(%*waku.node.getMultiaddresses()))
of RETRIEVE_MY_ENR:
return ok($(%*waku.node.enr.toURI()))
return ok(waku.node.enr.toURI())

error "unsupported operation in DebugNodeRequest"
return err("unsupported operation in DebugNodeRequest")

0 comments on commit f370844

Please sign in to comment.