From c47808fb9117a9d2b5e2e5859e8ae8d9de8e6ca6 Mon Sep 17 00:00:00 2001 From: philip-morlier Date: Fri, 15 Sep 2023 08:53:31 -0700 Subject: [PATCH] Added empty string testReorgLong() to enable TestReorgLongHeadersHook to pass. --- core/blockchain_hooks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/blockchain_hooks_test.go b/core/blockchain_hooks_test.go index 010e1704c..4450a8d2f 100644 --- a/core/blockchain_hooks_test.go +++ b/core/blockchain_hooks_test.go @@ -22,7 +22,7 @@ func TestReorgLongHeadersHook(t *testing.T) { } }) defer done() - testReorgLong(t, true) + testReorgLong(t, true, "") if !invoked { t.Errorf("Expected plugin invocation") }