From fd7b4068cd062a187fbf084a0352a92fc07342e4 Mon Sep 17 00:00:00 2001 From: philip-morlier Date: Thu, 15 Feb 2024 13:07:06 -0800 Subject: [PATCH] Updated comment in test plugin --- plugins/test-plugin/hooks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/test-plugin/hooks.go b/plugins/test-plugin/hooks.go index 47f8249ed..c2ffd64cf 100644 --- a/plugins/test-plugin/hooks.go +++ b/plugins/test-plugin/hooks.go @@ -243,7 +243,7 @@ func RPCSubscriptionTest() { // params/ -func Is1559(*big.Int) bool { // while this hook resides in params the injections are in consensus/misc/ (2), and core/ (2) +func Is1559(*big.Int) bool { // while this hook resides in params the injections are in consensus/misc/ (2), and core/ (2) and miner/ (1) m := map[string]struct{}{ "Is1559":struct{}{}, }