wallet_rpc_server: new relay_tx command

It takes a full tx+metadata hex string as input
This commit is contained in:
moneromooo-monero
2017-11-11 09:17:04 +00:00
parent 01dc829784
commit 9739da1e84
4 changed files with 72 additions and 0 deletions
@@ -56,3 +56,5 @@
#define WALLET_RPC_ERROR_CODE_NO_WALLET_DIR -23
#define WALLET_RPC_ERROR_CODE_NO_TXKEY -24
#define WALLET_RPC_ERROR_CODE_WRONG_KEY -25
#define WALLET_RPC_ERROR_CODE_BAD_HEX -26
#define WALLET_RPC_ERROR_CODE_BAD_TX_METADATA -27