aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_error_codes.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-04 17:28:53 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-04 17:28:53 +0200
commite56bf442c394bc5977cb7931d78b4cfca5e3a0b2 (patch)
treeaa2a4f265b72dfbf0df835aca0a3b37c01b8a650 /src/wallet/wallet_rpc_server_error_codes.h
parentMerge pull request #1670 (diff)
parentwallet_rpc_server: add address book RPC calls (diff)
downloadmonero-e56bf442c394bc5977cb7931d78b4cfca5e3a0b2.tar.xz
Merge pull request #1669
4f5b130d wallet_rpc_server: add address book RPC calls (moneromooo-monero)
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