|
|
|
|
@ -33,7 +33,7 @@ def get_utxo_scripts(wallet: BaseWallet, utxos: dict) -> list:
|
|
|
|
|
def direct_send(wallet_service, amount, mixdepth, destination, answeryes=False, |
|
|
|
|
accept_callback=None, info_callback=None, error_callback=None, |
|
|
|
|
return_transaction=False, with_final_psbt=False, |
|
|
|
|
optin_rbf=False, custom_change_addr=None): |
|
|
|
|
optin_rbf=True, custom_change_addr=None): |
|
|
|
|
"""Send coins directly from one mixdepth to one destination address; |
|
|
|
|
does not need IRC. Sweep as for normal sendpayment (set amount=0). |
|
|
|
|
If answeryes is True, callback/command line query is not performed. |
|
|
|
|
|