From 9c21fdb0b848f95b966033dc880fc1aeb941e2f3 Mon Sep 17 00:00:00 2001 From: Andrew K Date: Fri, 17 Mar 2017 20:33:46 +0000 Subject: [PATCH] remove extra tab --- joinmarket/taker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joinmarket/taker.py b/joinmarket/taker.py index bcc5dc82..59b50238 100644 --- a/joinmarket/taker.py +++ b/joinmarket/taker.py @@ -380,7 +380,7 @@ def push(self): log.debug('\n' + tx) self.txid = btc.txhash(tx) log.info('txid = ' + self.txid) - + tx_broadcast = jm_single().config.get('POLICY', 'tx_broadcast') if tx_broadcast == 'self': pushed = jm_single().bc_interface.pushtx(tx)