diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-11-27 20:09:16 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 16:12:35 +0000 |
commit | 2fa707d1a54c2e2c00c542edb3757ae553b5b84a (patch) | |
tree | 09837cc890b05196ea80f8f6a88a85cac1ca77bc /src/wallet/wallet_rpc_server_error_codes.h | |
parent | Match surae's recommendation to derive multisig keys (diff) | |
download | monero-2fa707d1a54c2e2c00c542edb3757ae553b5b84a.tar.xz |
wallet: add multisig sign/submit RPC
Diffstat (limited to 'src/wallet/wallet_rpc_server_error_codes.h')
-rw-r--r-- | src/wallet/wallet_rpc_server_error_codes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wallet/wallet_rpc_server_error_codes.h b/src/wallet/wallet_rpc_server_error_codes.h index 139fcf8ed..578413e38 100644 --- a/src/wallet/wallet_rpc_server_error_codes.h +++ b/src/wallet/wallet_rpc_server_error_codes.h @@ -64,3 +64,6 @@ #define WALLET_RPC_ERROR_CODE_NOT_MULTISIG -31 #define WALLET_RPC_ERROR_CODE_WRONG_LR -32 #define WALLET_RPC_ERROR_CODE_THRESHOLD_NOT_REACHED -33 +#define WALLET_RPC_ERROR_CODE_BAD_MULTISIG_TX_DATA -34 +#define WALLET_RPC_ERROR_CODE_MULTISIG_SIGNATURE -35 +#define WALLET_RPC_ERROR_CODE_MULTISIG_SUBMISSION -36 |