From 16294bc4027fd6faeca5ec165997131080743223 Mon Sep 17 00:00:00 2001 From: csH7KmCC9 Date: Mon, 19 Apr 2021 18:14:19 +0000 Subject: [PATCH] taker_utils: Fix typo in comment --- jmclient/jmclient/taker_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/taker_utils.py b/jmclient/jmclient/taker_utils.py index e29d71d..ff8d455 100644 --- a/jmclient/jmclient/taker_utils.py +++ b/jmclient/jmclient/taker_utils.py @@ -45,7 +45,7 @@ def direct_send(wallet_service, amount, mixdepth, destination, answeryes=False, 1. False if there is any failure. 2. The txid if transaction is pushed, and return_transaction is False, and with_final_psbt is False. - 3. The full CMutableTransaction is return_transaction is True and + 3. The full CMutableTransaction if return_transaction is True and with_final_psbt is False. 4. The PSBT object if with_final_psbt is True, and in this case the transaction is *NOT* broadcast.