lnd/funding
eugene 950063840a
funding+lnwallet: validate ChannelReserve is above DustLimit
This is necessary and is implied by BOLT#02. Both ChannelReserve
parameters should be above both DustLimit parameters. Otherwise,
it is possible for one side to have nothing at stake.
2021-09-29 13:33:12 -04:00
..
batch.go funding: add batch funding function 2021-09-02 12:13:42 +02:00
batch_test.go funding: add batch funding function 2021-09-02 12:13:42 +02:00
commitment_type_negotiation.go funding: add explicit commitment type negotiation support 2021-08-30 19:17:34 -07:00
commitment_type_negotiation_test.go funding: add explicit commitment type negotiation support 2021-08-30 19:17:34 -07:00
interfaces.go funding+peer: rename Manager interface to Controller 2020-12-17 09:36:34 -05:00
log.go lnd+funding: register funding logger 2020-12-17 09:36:34 -05:00
manager.go funding+lnwallet: validate ChannelReserve is above DustLimit 2021-09-29 13:33:12 -04:00
manager_test.go multi: replace DefaultDustLimit with script-specific DustLimitForSize 2021-09-29 13:33:10 -04:00