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

Commit

Permalink
Merge pull request #535 from wozz/patch-1
Browse files Browse the repository at this point in the history
Fix NotifyThread
  • Loading branch information
chris-belcher committed May 26, 2016
2 parents 087921b + 832a397 commit 66bd67a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions joinmarket/blockchaininterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@ def run(self):
self.confirmfun(
btc.deserialize(confirmed_txhex), confirmed_txid, 1)

NotifyThread(self.blockr_domain(), txd, unconfirmfun, confirmfun).start()
NotifyThread(self.blockr_domain, txd, unconfirmfun, confirmfun, timeoutfun).start()
NotifyThread(self.blockr_domain(), txd, unconfirmfun, confirmfun, timeoutfun).start()

def pushtx(self, txhex):
try:
Expand Down

0 comments on commit 66bd67a

Please sign in to comment.