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 Apr 18, 2020
1 parent 379b1f4 commit 28313a5
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 @@ -1915,7 +1915,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 28313a5

Please sign in to comment.