diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-04-26 20:36:35 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-04-26 20:36:35 +0200 |
commit | b6f19a485c9531d869fd484bca5d78d8e62f439c (patch) | |
tree | c80fd726d87a76371796f10e39d891b37ceb0132 /src/wallet/wallet_rpc_server_error_codes.h | |
parent | Merge pull request #819 (diff) | |
parent | wallet: allow attaching notes to txids (diff) | |
download | monero-b6f19a485c9531d869fd484bca5d78d8e62f439c.tar.xz |
Merge pull request #816
7baed9b wallet: allow attaching notes to txids (moneromooo-monero)
ce6f8a6 wallet: add GMT timestamps to transfers/payments (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet_rpc_server_error_codes.h')
-rw-r--r-- | src/wallet/wallet_rpc_server_error_codes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server_error_codes.h b/src/wallet/wallet_rpc_server_error_codes.h index 063421d80..968836671 100644 --- a/src/wallet/wallet_rpc_server_error_codes.h +++ b/src/wallet/wallet_rpc_server_error_codes.h @@ -38,3 +38,4 @@ #define WALLET_RPC_ERROR_CODE_WRONG_PAYMENT_ID -5 #define WALLET_RPC_ERROR_CODE_TRANSFER_TYPE -6 #define WALLET_RPC_ERROR_CODE_DENIED -7 +#define WALLET_RPC_ERROR_CODE_WRONG_TXID -8 |