diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-11 09:17:04 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-24 14:03:55 +0000 |
commit | 9739da1e840b2fac30fd60c63717ea16a7a43007 (patch) | |
tree | df69b675f1d1d49082b5328f8f0962e04d3724b4 /src/wallet/wallet_rpc_server_error_codes.h | |
parent | wallet: transfer RPC can now return tx metadata (pending_tx) (diff) | |
download | monero-9739da1e840b2fac30fd60c63717ea16a7a43007.tar.xz |
wallet_rpc_server: new relay_tx command
It takes a full tx+metadata hex string as input
Diffstat (limited to 'src/wallet/wallet_rpc_server_error_codes.h')
-rw-r--r-- | src/wallet/wallet_rpc_server_error_codes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server_error_codes.h b/src/wallet/wallet_rpc_server_error_codes.h index 74f2999b6..c3f3e20d1 100644 --- a/src/wallet/wallet_rpc_server_error_codes.h +++ b/src/wallet/wallet_rpc_server_error_codes.h @@ -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 |