lnd/lnwallet/chanfunding
Bjarne Magnussen d65789950c chanfunding: adds ability to fund up to some maximum amount
Allows to define a maximum amount to provision a channel
opening with using a new field `FundUpToMaxAmt` on the
`Request` struct. Also adds a new coin select function
`CoinSelectUpToAmount` to select coins up to a maximum
amount respecting a minimum amount.
2023-04-18 18:19:15 -07:00
..
assembler.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00
canned_assembler.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00
coin_select.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00
coin_select_test.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00
log.go lnwallet/chanfunding: introduce new channel funding abstractions 2019-12-02 17:11:32 -06:00
psbt_assembler.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00
psbt_assembler_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
wallet_assembler.go chanfunding: adds ability to fund up to some maximum amount 2023-04-18 18:19:15 -07:00