log
This commit is contained in:
parent
7a1b7db7c8
commit
5a39681a2e
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ class Ledger(metaclass=LedgerRegistry):
|
||||||
local_height, height
|
local_height, height
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
log.debug(
|
log.warning(
|
||||||
"local history does not contain %s, requested height %i", tx.id, height
|
"local history does not contain %s, requested height %i", tx.id, height
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Add table
Reference in a new issue