lnwire: fix typo in docs

This commit is contained in:
yyforyongyu 2021-06-17 20:21:48 +08:00
parent aa1561c60d
commit e381b33b21
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -91,7 +91,7 @@ const (
// attacks on the receiver of a payment.
PaymentAddrOptional FeatureBit = 15
// MPPOptional is a required feature bit that signals that the receiver
// MPPRequired is a required feature bit that signals that the receiver
// of a payment requires settlement of an invoice with more than one
// HTLC.
MPPRequired FeatureBit = 16
@ -124,7 +124,7 @@ const (
// transactions, which also imply anchor commitments.
AnchorsZeroFeeHtlcTxRequired FeatureBit = 22
// AnchorsZeroFeeHtlcTxRequired is an optional feature bit that signals
// AnchorsZeroFeeHtlcTxOptional is an optional feature bit that signals
// that the node supports channels having zero-fee second-level HTLC
// transactions, which also imply anchor commitments.
AnchorsZeroFeeHtlcTxOptional FeatureBit = 23