aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_error_codes.h
diff options
context:
space:
mode:
authorMichał Sałaban <michal@salaban.info>2018-10-18 23:14:06 +0200
committerMichał Sałaban <michal@salaban.info>2018-10-18 23:14:06 +0200
commitade369f96fd0decbce1489f12d50d741f7c1b5a2 (patch)
tree3358513e2daae75e1281367244cc8bdfd1bd79d2 /src/wallet/wallet_rpc_server_error_codes.h
parentMerge pull request #4610 (diff)
downloadmonero-ade369f96fd0decbce1489f12d50d741f7c1b5a2.tar.xz
Add RPC error code for non-deterministic wallet
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 f127ae240..9b3a2847d 100644
--- a/src/wallet/wallet_rpc_server_error_codes.h
+++ b/src/wallet/wallet_rpc_server_error_codes.h
@@ -73,3 +73,4 @@
#define WALLET_RPC_ERROR_CODE_BAD_SIGNED_TX_DATA -40
#define WALLET_RPC_ERROR_CODE_SIGNED_SUBMISSION -41
#define WALLET_RPC_ERROR_CODE_SIGN_UNSIGNED -42
+#define WALLET_RPC_ERROR_CODE_NON_DETERMINISTIC -43