Browse Source
coinchooser: clarify docs for make_tx
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
4 additions and
0 deletions
-
electrum/coinchooser.py
|
|
@ -266,6 +266,10 @@ class CoinChooserBase(Logger): |
|
|
|
the transaction) it is kept, otherwise none is sent and it is |
|
|
|
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 |
|
|
|
""" |
|
|
|
|
|
|
|