diff --git a/electrum/blockchain.py b/electrum/blockchain.py index 17a17a7f2..6bdc2e2b1 100644 --- a/electrum/blockchain.py +++ b/electrum/blockchain.py @@ -429,6 +429,7 @@ class Blockchain(util.PrintError): try: self.verify_header(header, prev_hash, target) except BaseException as e: + self.print_error(e) return False self.print_error("6") return True