Browse Source

coinchooser: clarify docs for make_tx

dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight 6 years ago
parent
commit
4f51308eab
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      electrum/coinchooser.py

4
electrum/coinchooser.py

@ -266,6 +266,10 @@ class CoinChooserBase(Logger):
the transaction) it is kept, otherwise none is sent and it is the transaction) it is kept, otherwise none is sent and it is
added to the transaction fee. added to the transaction fee.
`inputs` and `outputs` are guaranteed to be a subset of the
inputs and outputs of the resulting transaction.
`coins` are further UTXOs we can choose from.
Note: fee_estimator_vb expects virtual bytes Note: fee_estimator_vb expects virtual bytes
""" """

Loading…
Cancel
Save