You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
I saw answeryes as being principally to avoid being queried on whether the coinjoin fees are OK; but, sure, can see no negatives in adding that option if you like.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The call to direct_send in sendpayment.py doesn't pass the answeryes value so it is always false.
if options.makercount == 0:
direct_send(wallet, amount, options.mixdepth, destaddr)
return
The text was updated successfully, but these errors were encountered: