aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/message_transporter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/wallet/message_transporter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/message_transporter.h b/src/wallet/message_transporter.h
index 736fc9b63..28c099d87 100644
--- a/src/wallet/message_transporter.h
+++ b/src/wallet/message_transporter.h
@@ -91,7 +91,6 @@ public:
bool delete_message(const std::string &transport_id);
void stop() { m_run.store(false, std::memory_order_relaxed); }
std::string derive_transport_address(const std::string &seed);
- std::string derive_and_receive_transport_address(const std::string &seed);
bool delete_transport_address(const std::string &transport_address);
private: