forked from such-gitea/wownero-lws
Fix rescan to invalid blockchain height bug (#48)
This commit is contained in:
committed by
Lee *!* Clagett
parent
aff7603519
commit
64f5d4a9ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user