diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-04-11 00:32:30 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-04-11 00:32:30 +0200 |
commit | 878c4ee913eb9f3ba7f56e939988b4a34b3c30a0 (patch) | |
tree | dfa82e81aa79559181aba2b94fad70d89bb32af7 /src/daemon/command_parser_executor.h | |
parent | Merge pull request #1951 (diff) | |
parent | daemon: new relay_tx command and RPC (diff) | |
download | monero-878c4ee913eb9f3ba7f56e939988b4a34b3c30a0.tar.xz |
Merge pull request #1952
548075b1 daemon: new relay_tx command and RPC (moneromooo-monero)
Diffstat (limited to 'src/daemon/command_parser_executor.h')
-rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
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 |