aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_error_codes.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-04 11:40:49 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-02-04 11:40:49 +0000
commit4f5b130de933f82f25f8bdfd70e28eab3924f11d (patch)
tree5b636a757cf20f6b69ee272beeff6e7e9102c497 /src/wallet/wallet_rpc_server_error_codes.h
parentMerge pull request #1663 (diff)
downloadmonero-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.h1
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