mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-11 08:05:16 -08:00
Fix rescan to invalid blockchain height bug (#48)
This commit is contained in:
committed by
Lee *!* Clagett
parent
aff7603519
commit
64f5d4a9ab
@@ -57,6 +57,8 @@ namespace lws
|
||||
return "Received invalid transaction from REST client";
|
||||
case error::bad_daemon_response:
|
||||
return "Response from monerod daemon was bad/unexpected";
|
||||
case error::bad_height:
|
||||
return "Invalid blockchain height";
|
||||
case error::blockchain_reorg:
|
||||
return "A blockchain reorg has been detected";
|
||||
case error::configuration:
|
||||
|
||||
Reference in New Issue
Block a user