From 1f103a3665d1fd19f9006c55c93be458ab4b457d Mon Sep 17 00:00:00 2001 From: CHAMI Rachid Date: Tue, 30 Jul 2024 20:50:08 +0200 Subject: [PATCH] Update proof_test.go --- proof_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proof_test.go b/proof_test.go index f428548f..cb208cdf 100644 --- a/proof_test.go +++ b/proof_test.go @@ -1859,7 +1859,7 @@ func TestVerifySubtreeRootInclusion_infiniteRecursion(t *testing.T) { require.NoError(t, err) require.NotPanics(t, func() { - // This hits: + // This previously hits: // runtime: goroutine stack exceeds 1000000000-byte limit // runtime: sp=0x14020160480 stack=[0x14020160000, 0x14040160000] // fatal error: stack overflow