Skip to content

Commit

Permalink
Merge 60b2728 into a6ed80a
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Oct 7, 2024
2 parents a6ed80a + 60b2728 commit eb46d96
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 eb46d96

Please sign in to comment.