htlcswitch: correct godoc comment on TestLinkForwardTimelockPolicyMismatch

This commit is contained in:
Olaoluwa Osuntokun 2017-11-10 15:18:07 -08:00
parent f39ffd67ef
commit a558925978
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

@ -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()