Skip to content

Botched merge of #685? #857

@nabijaczleweli

Description

@nabijaczleweli
warning: function `refresh_p2p` is never used
   --> src-tauri/src/commands.rs:482:16
    |
482 | tauri_command!(refresh_p2p, RefreshP2PArgs, no_args);
    |                ^^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
    = note: this warning originates in the macro `tauri_command` (in Nightly builds, run with -Z macro-backtrace for more info)
commit ac375767f4d8f44c68d7b344cbc7d311d31579ef
gpg: Signature made Mon 29 Dec 2025 00:02:51 CET
gpg:                using RSA key B5690EEEBB952194
gpg: Can't check signature: No public key
Author: rafael_xmr <rafael_xmr@protonmail.com>
Date:   Sun Dec 28 20:02:51 2025 -0300

    feat: show list of subaddresses (#685)

diff --git src-tauri/src/commands.rs src-tauri/src/commands.rs
index 3edb8e07..df9dedc9 100644
--- src-tauri/src/commands.rs
+++ src-tauri/src/commands.rs
@@ -74,7 +76,9 @@ macro_rules! generate_command_handlers {
             dfx_authenticate,
             change_monero_node,
             get_context_status,
-            refresh_p2p
+            get_monero_subaddresses,
+            create_monero_subaddress,
+            set_monero_subaddress_label
         ]
     };
 }
$ git grep refresh_p2p ac375767f4d8f44c68d7b344cbc7d311d31579ef
ac375767f4d8f44c68d7b344cbc7d311d31579ef:src-gui/src/renderer/rpc.ts:  await invokeNoArgs<void>("refresh_p2p");
ac375767f4d8f44c68d7b344cbc7d311d31579ef:src-tauri/src/commands.rs:tauri_command!(refresh_p2p, RefreshP2PArgs, no_args);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions