Browse Source

Merge #858: taker_utils: Fix trivial typo in comment

16294bc402 taker_utils: Fix typo in comment (csH7KmCC9)

Pull request description:

ACKs for top commit:
  kristapsk:
    utACK 16294bc402. This is trivial, will just merge.

Tree-SHA512: b52daa33a344879208599ca579b80ea0f25f943bbd7898334f2ae977c665e18904252b6d8ec3fff11688a0b5ad41c869c4ddc72e1f5dbd375300598caff924e2
master
Kristaps Kaupe 5 years ago
parent
commit
992aa7f794
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  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