From 5a39681a2e882f4d580898ae9500d3b6dc0d163a Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 7 Jul 2020 14:21:16 -0400 Subject: [PATCH] log --- lbry/wallet/ledger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbry/wallet/ledger.py b/lbry/wallet/ledger.py index fbd90aa53..54c26f521 100644 --- a/lbry/wallet/ledger.py +++ b/lbry/wallet/ledger.py @@ -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