Browse Source

Remove misleading suggestion from commitment error message

master
AdamISZ 7 years ago
parent
commit
287ed8d56f
No known key found for this signature in database
GPG Key ID: B3AE09F1E9A3197A
  1. 2
      jmclient/jmclient/podle.py

2
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 " "to these rules, use the tool add-utxo.py to source a "
"utxo external to your joinmarket wallet. Read the help " "utxo external to your joinmarket wallet. Read the help "
"with 'python add-utxo.py --help'\n\n") "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 += ("***\nFor reference, here are the utxos in your wallet:\n")
errmsg += ("\n" + str(unspent)) errmsg += ("\n" + str(unspent))
return (errmsgheader, errmsg) return (errmsgheader, errmsg)

Loading…
Cancel
Save