diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-04-02 12:17:35 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-04-02 12:17:35 +0100 |
commit | 548075b1f533cd68f4daad63e7688414718f6021 (patch) | |
tree | 6927b6a67fa5ad36d14805c3d1c015ef5f8a0b23 /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #1930 (diff) | |
download | monero-548075b1f533cd68f4daad63e7688414718f6021.tar.xz |
daemon: new relay_tx command and RPC
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index a015c83ea..3f551bd14 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -153,6 +153,8 @@ public: bool print_blockchain_dynamic_stats(uint64_t nblocks); bool update(const std::string &command); + + bool relay_tx(const std::string &txid); }; } // namespace daemonize |