Browse Source

taker_utils: Fix typo in comment

master
csH7KmCC9 5 years ago
parent
commit
16294bc402
No known key found for this signature in database
GPG Key ID: 63B1CC785D3E57B1
  1. 2
      jmclient/jmclient/taker_utils.py

2
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.

Loading…
Cancel
Save