1
0

coinchooser: clarify docs for make_tx

This commit is contained in:
SomberNight
2019-06-29 16:21:07 +02:00
parent 72d06038a7
commit 4f51308eab

View File

@@ -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
"""