From 287ed8d56f27758ae306bd41ac47f1608f3a97b4 Mon Sep 17 00:00:00 2001 From: AdamISZ Date: Fri, 3 Aug 2018 21:51:53 +0200 Subject: [PATCH] Remove misleading suggestion from commitment error message --- jmclient/jmclient/podle.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jmclient/jmclient/podle.py b/jmclient/jmclient/podle.py index 174d071..4170bfd 100644 --- a/jmclient/jmclient/podle.py +++ b/jmclient/jmclient/podle.py @@ -60,8 +60,6 @@ def generate_podle_error_string(priv_utxo_pairs, to, ts, unspent, cjamount, "to these rules, use the tool add-utxo.py to source a " "utxo external to your joinmarket wallet. Read the help " "with 'python add-utxo.py --help'\n\n") - errmsg += ("You can also reset the rules in the joinmarket.cfg " - "file, but this is generally inadvisable.\n") errmsg += ("***\nFor reference, here are the utxos in your wallet:\n") errmsg += ("\n" + str(unspent)) return (errmsgheader, errmsg)