This commit is contained in:
Jack Robison 2020-07-07 14:21:16 -04:00 committed by Lex Berezhny
parent 7a1b7db7c8
commit 5a39681a2e

View file

@ -697,7 +697,7 @@ class Ledger(metaclass=LedgerRegistry):
local_height, height
)
return False
log.debug(
log.warning(
"local history does not contain %s, requested height %i", tx.id, height
)
return False