From 14847d8210cd3f833dd1fdec7ca1efb2d52b1c48 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Thu, 15 Jun 2023 23:45:32 +0200 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 7add53f..dccdc6e 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -641,7 +641,7 @@ def pgpConn(): #-----------------------------MT-------------------------------- def mtConn(): # here we convert the result of the command 'getblockcount' on a random art design - while True: + while False: try: clear() close()