From a558925978a2912f9288ec65ec3758a2b315c9b7 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 10 Nov 2017 15:18:07 -0800 Subject: [PATCH] htlcswitch: correct godoc comment on TestLinkForwardTimelockPolicyMismatch --- htlcswitch/link_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htlcswitch/link_test.go b/htlcswitch/link_test.go index b783c37d..8497e43f 100644 --- a/htlcswitch/link_test.go +++ b/htlcswitch/link_test.go @@ -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()