mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +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
|
// TestLinkForwardTimelockPolicyMismatch tests that if a node is an
|
||||||
// node in a multi-hop payment, and receives an HTLC which violates its
|
// intermediate node in a multi-hop payment, and receives an HTLC which
|
||||||
// specified multi-hop policy, then the HTLC is rejected.
|
// violates its specified multi-hop policy, then the HTLC is rejected.
|
||||||
func TestLinkForwardTimelockPolicyMismatch(t *testing.T) {
|
func TestLinkForwardTimelockPolicyMismatch(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user