URI: 
       tcoinchooser: clarify docs for make_tx - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4f51308eab65c82b90536110b60aeea588a3d657
   DIR parent 72d06038a7e0668359f7d3d036c2c3f11193a213
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sat, 29 Jun 2019 16:21:07 +0200
       
       coinchooser: clarify docs for make_tx
       
       Diffstat:
         M electrum/coinchooser.py             |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/coinchooser.py b/electrum/coinchooser.py
       t@@ -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
                """