Browse Source

add missing whitespace to log

master
unofficial bisq contributor 5 years ago committed by GitHub
parent
commit
912b4d5140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jmclient/jmclient/taker.py

2
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

Loading…
Cancel
Save