aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_parser_executor.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-04-02 12:17:35 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-04-02 12:17:35 +0100
commit548075b1f533cd68f4daad63e7688414718f6021 (patch)
tree6927b6a67fa5ad36d14805c3d1c015ef5f8a0b23 /src/daemon/command_parser_executor.h
parentMerge pull request #1930 (diff)
downloadmonero-548075b1f533cd68f4daad63e7688414718f6021.tar.xz
daemon: new relay_tx command and RPC
Diffstat (limited to '')
-rw-r--r--src/daemon/command_parser_executor.h2
1 files changed, 2 insertions, 0 deletions
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<std::string>& args);
bool update(const std::vector<std::string>& args);
+
+ bool relay_tx(const std::vector<std::string>& args);
};
} // namespace daemonize