fix error message in get_address
authorThomasV <thomasv1@gmx.de>
Thu, 30 Jan 2014 14:24:51 +0000 (15:24 +0100)
committerThomasV <thomasv1@gmx.de>
Thu, 30 Jan 2014 14:24:51 +0000 (15:24 +0100)
backends/bitcoind/blockchain_processor.py

index 421f385..73e1a64 100644 (file)
@@ -514,7 +514,7 @@ class BlockchainProcessor(Processor):
                 result = self.storage.get_address(txi)
             except BaseException, e:
                 error = str(e)
-                print_log("error:", error, txid, pos)
+                print_log("error:", error, params)
 
         elif method == 'blockchain.block.get_header':
             if cache_only: