Skip to content

Commit

Permalink
fix test txpush in Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Mar 15, 2020
1 parent bc91c9e commit 73d1039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/joinmarket-qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ def onTabChange(i):
jm_single().bc_interface.simulating = True
jm_single().maker_timeout_sec = 15
#trigger start with a fake tx
jm_single().bc_interface.pushtx("00"*20)
jm_single().bc_interface.pushtx(b"\x00"*20)

#prepare for logging
for dname in ['logs', 'wallets', 'cmtdata']:
Expand Down

0 comments on commit 73d1039

Please sign in to comment.