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

Commit

Permalink
remove extra tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew K committed Mar 17, 2017
1 parent 807cdac commit 9c21fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joinmarket/taker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c21fdb

Please sign in to comment.