From 9e7b619aff9a29a859502195cd5202040676bf01 Mon Sep 17 00:00:00 2001 From: AdamISZ Date: Thu, 24 Jan 2019 14:18:10 +0100 Subject: [PATCH] bugfix jmprint call in taker_finished --- scripts/sendpayment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sendpayment.py b/scripts/sendpayment.py index 2173b88..62b1f9d 100644 --- a/scripts/sendpayment.py +++ b/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.