Browse Source

bugfix jmprint call in taker_finished

master
AdamISZ 7 years ago
parent
commit
9e7b619aff
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 2
      scripts/sendpayment.py

2
scripts/sendpayment.py

@ -204,7 +204,7 @@ def main():
reactor.stop()
return
jmprint("We failed to complete the transaction. The following "
"makers responded honestly: ", taker.honest_makers,
"makers responded honestly: " + str(taker.honest_makers) +\
", so we will retry with them.", "warning")
#Now we have to set the specific group we want to use, and hopefully
#they will respond again as they showed honesty last time.

Loading…
Cancel
Save