From d7d2de3f7c9f15424273278308c039a8a7eca1c7 Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Mon, 11 Oct 2021 15:59:05 +0200 Subject: [PATCH] use btc.amount_to_str for potentially earned --- jmclient/jmclient/maker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/maker.py b/jmclient/jmclient/maker.py index 27a054d..d790dc2 100644 --- a/jmclient/jmclient/maker.py +++ b/jmclient/jmclient/maker.py @@ -215,7 +215,7 @@ class Maker(object): my_total_in = sum([va['value'] for va in utxos.values()]) real_cjfee = calc_cj_fee(ordertype, cjfee, amount) expected_change_value = (my_total_in - amount - txfee + real_cjfee) - jlog.info('potentially earned = {}'.format(real_cjfee - txfee)) + jlog.info('potentially earned = {}'.format(btc.amount_to_str(real_cjfee - txfee))) jlog.info('mycjaddr, mychange = {}, {}'.format(cjaddr, changeaddr)) #The remaining checks are needed to ensure