daemon: new relay_tx command and RPC

This commit is contained in:
moneromooo-monero 2017-04-02 12:17:35 +01:00
parent c9063c0b8f
commit 548075b1f5
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 122 additions and 1 deletions

View file

@ -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