From ade369f96fd0decbce1489f12d50d741f7c1b5a2 Mon Sep 17 00:00:00 2001 From: Michał Sałaban Date: Thu, 18 Oct 2018 23:14:06 +0200 Subject: Add RPC error code for non-deterministic wallet --- src/wallet/wallet_rpc_server.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wallet/wallet_rpc_server.cpp') diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 1b63d65b6..8baa2251e 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -1577,6 +1577,7 @@ namespace tools epee::wipeable_string seed; if (!m_wallet->get_seed(seed)) { + er.code = WALLET_RPC_ERROR_CODE_NON_DETERMINISTIC; er.message = "The wallet is non-deterministic. Cannot display seed."; return false; } -- cgit v1.2.3