From 548075b1f533cd68f4daad63e7688414718f6021 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 2 Apr 2017 12:17:35 +0100 Subject: daemon: new relay_tx command and RPC --- src/daemon/command_parser_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/command_parser_executor.h') diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 0a5ca8dd9..a453553f1 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -132,6 +132,8 @@ public: bool print_blockchain_dynamic_stats(const std::vector& args); bool update(const std::vector& args); + + bool relay_tx(const std::vector& args); }; } // namespace daemonize -- cgit v1.2.3