Skip to content

Commit

Permalink
feat(rust): add correct relay deletion endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: PanGan21 <[email protected]>
  • Loading branch information
PanGan21 committed Nov 1, 2023
1 parent 6bbf617 commit 8a3ef2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub async fn run_impl(
if confirmed {
for relay in selected_relays {
let msg = match node
.tell(&ctx, Request::delete(format!("/node/relay/{relay}")))
.tell(&ctx, Request::delete(format!("/node/forwarder/{relay}")))
.await
{
Ok(_) => {
Expand Down

0 comments on commit 8a3ef2c

Please sign in to comment.