mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
htlcswitch: correct godoc comment on TestLinkForwardTimelockPolicyMismatch
This commit is contained in:
parent
f39ffd67ef
commit
a558925978
@ -556,9 +556,9 @@ func TestExitNodeAmountPayloadMismatch(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// TestLinkForwardMinHTLCPolicyMismatch tests that if a node is an intermediate
|
||||
// node in a multi-hop payment, and receives an HTLC which violates its
|
||||
// specified multi-hop policy, then the HTLC is rejected.
|
||||
// TestLinkForwardTimelockPolicyMismatch tests that if a node is an
|
||||
// intermediate node in a multi-hop payment, and receives an HTLC which
|
||||
// violates its specified multi-hop policy, then the HTLC is rejected.
|
||||
func TestLinkForwardTimelockPolicyMismatch(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user