fundingmanager+server: define subtractFees

Let one initiate a funding request with the remaining funds in the
wallet.
This commit is contained in:
Johan T. Halseth
2019-07-11 13:14:38 +02:00
parent 87c8165f01
commit b9816259cb
3 changed files with 47 additions and 13 deletions

View File

@ -2979,6 +2979,7 @@ type openChanReq struct {
chainHash chainhash.Hash
subtractFees bool
localFundingAmt btcutil.Amount
pushAmt lnwire.MilliSatoshi