From 912b4d514027f7672cd747787f307d5aeb364cdc Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Fri, 11 Jun 2021 19:04:44 +0000 Subject: [PATCH] add missing whitespace to log --- jmclient/jmclient/taker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/taker.py b/jmclient/jmclient/taker.py index 79c28d6..26885f6 100644 --- a/jmclient/jmclient/taker.py +++ b/jmclient/jmclient/taker.py @@ -433,7 +433,7 @@ class Taker(object): # a change output of zero satoshis; this counterparty must be removed. if change_amount < jm_single().DUST_THRESHOLD: fmt = ('ERROR counterparty requires sub-dust change. nick={}' - 'totalin={:d} cjamount={:d} change={:d}').format + ' totalin={:d} cjamount={:d} change={:d}').format jlog.warn(fmt(nick, total_input, self.cjamount, change_amount)) jlog.warn("Invalid change, too small, nick= " + nick) continue