htlcswitch: fix documentation
This commit is contained in:
parent
788c94bdcd
commit
ac4742c2c5
@ -2276,7 +2276,7 @@ func (l *channelLink) CheckHtlcTransit(payHash [32]byte,
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// htlcSatifiesPolicyOutgoing checks whether the given htlc parameters satisfy
|
// canSendHtlc checks whether the given htlc parameters satisfy
|
||||||
// the channel's amount and time lock constraints.
|
// the channel's amount and time lock constraints.
|
||||||
func (l *channelLink) canSendHtlc(policy ForwardingPolicy,
|
func (l *channelLink) canSendHtlc(policy ForwardingPolicy,
|
||||||
payHash [32]byte, amt lnwire.MilliSatoshi, timeout uint32,
|
payHash [32]byte, amt lnwire.MilliSatoshi, timeout uint32,
|
||||||
|
Loading…
Reference in New Issue
Block a user