diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-04 11:40:49 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-02-04 11:40:49 +0000 |
commit | 4f5b130de933f82f25f8bdfd70e28eab3924f11d (patch) | |
tree | 5b636a757cf20f6b69ee272beeff6e7e9102c497 /src/wallet/wallet_rpc_server_error_codes.h | |
parent | Merge pull request #1663 (diff) | |
download | monero-4f5b130de933f82f25f8bdfd70e28eab3924f11d.tar.xz |
wallet_rpc_server: add address book RPC calls
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 38fbffcc2..7b541c8f6 100644 --- a/src/wallet/wallet_rpc_server_error_codes.h +++ b/src/wallet/wallet_rpc_server_error_codes.h @@ -42,3 +42,4 @@ #define WALLET_RPC_ERROR_CODE_WRONG_SIGNATURE -9 #define WALLET_RPC_ERROR_CODE_WRONG_KEY_IMAGE -10 #define WALLET_RPC_ERROR_CODE_WRONG_URI -11 +#define WALLET_RPC_ERROR_CODE_WRONG_INDEX -12 |