diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-20 21:02:47 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-20 21:04:23 +0200 |
commit | 7f3a6a9495fafbf77f221297615fa56dc3ecc64a (patch) | |
tree | a42860bbdcdbd8fe6a97bf5273caabae0ea1f3e1 /src/wallet/walletdb.h | |
parent | 5f44c5c428b696af4214b2519cb2bbeb0e4a1027 (diff) |
wallet: Add external-signer-support specific error message
Diffstat (limited to 'src/wallet/walletdb.h')
-rw-r--r-- | src/wallet/walletdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index 7d38832aa5..760019e76b 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -48,6 +48,7 @@ enum class DBErrors CORRUPT, NONCRITICAL_ERROR, TOO_NEW, + EXTERNAL_SIGNER_SUPPORT_REQUIRED, LOAD_FAIL, NEED_REWRITE, NEED_RESCAN |