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