Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 9c21fdb

Browse files
author
Andrew K
committed
remove extra tab
1 parent 807cdac commit 9c21fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

joinmarket/taker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def push(self):
380380
log.debug('\n' + tx)
381381
self.txid = btc.txhash(tx)
382382
log.info('txid = ' + self.txid)
383-
383+
384384
tx_broadcast = jm_single().config.get('POLICY', 'tx_broadcast')
385385
if tx_broadcast == 'self':
386386
pushed = jm_single().bc_interface.pushtx(tx)

0 commit comments

Comments
 (0)