Fix rescan to invalid blockchain height bug (#48)

This commit is contained in:
Lee *!* Clagett
2023-02-10 07:18:50 -05:00
committed by Lee *!* Clagett
parent aff7603519
commit 64f5d4a9ab
3 changed files with 21 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ namespace lws
bad_blockchain, //!< Blockchain is invalid or wrong network type
bad_client_tx, //!< REST client submitted invalid transaction
bad_daemon_response, //!< RPC Response from daemon was invalid
bad_height, //!< Invalid blockchain height
blockchain_reorg, //!< Blockchain reorg after fetching/scanning block(s)
configuration, //!< Process configuration invalid
crypto_failure, //!< Cryptographic function failed