lnd/funding
bitromortac dd5273c88c
multi: rename due to required maxHTLC bit
We rename `ChanUpdateOptionMaxHtlc` to `ChanUpdateRequiredMaxHtlc`
as with the latest changes it is now required.

Similarly, rename `validateOptionalFields` to
`ValidateChannelUpdateFields`, export it to use it in a later commit.
2023-02-21 11:10:39 +01:00
..
batch.go funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30
batch_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
commitment_type_negotiation.go funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30
commitment_type_negotiation_test.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
config_rpctest.go funding: decrease checking interval to be 10ms in itest 2022-11-10 13:59:14 +08:00
interfaces.go server+funding: allow scid-alias, zero-conf chantypes, scid-alias 2022-07-07 17:10:28 -04:00
log.go lnd+funding: register funding logger 2020-12-17 09:36:34 -05:00
manager.go multi: rename due to required maxHTLC bit 2023-02-21 11:10:39 +01:00
manager_test.go funding: code style cleanup for the funding package 2023-01-12 22:40:51 +10:30