mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Update chain rollback log message (#98)
This commit is contained in:
committed by
Lee *!* Clagett
parent
f66943dce1
commit
486ad3b616
@@ -1710,7 +1710,9 @@ namespace db
|
||||
{
|
||||
if (current <= get_checkpoints().get_max_height())
|
||||
{
|
||||
MERROR("Attempting rollback past last checkpoint; invalid daemon chain response");
|
||||
/* Either the daemon is performing an attack with a fake chain, or
|
||||
the daemon is still syncing. */
|
||||
MERROR("Attempting rollback past last checkpoint. Wait until daemon finishes syncing - otherwise daemon is performing an attack.");
|
||||
return {lws::error::bad_blockchain};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user