From 85e649a5420a0eb9df1d1550b2cdad14e64613af Mon Sep 17 00:00:00 2001 From: King Date: Thu, 2 Jan 2025 20:57:50 +0100 Subject: [PATCH] typo fix Update payload_building_test.go --- miner/payload_building_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miner/payload_building_test.go b/miner/payload_building_test.go index ee5e2e6944..1686e7822c 100644 --- a/miner/payload_building_test.go +++ b/miner/payload_building_test.go @@ -278,7 +278,7 @@ func testBuildPayload(t *testing.T, noTxPool, interrupt bool, params1559 []byte) } } - // make sure the 1559 params we've specied (if any) ends up in both the full and empty block headers + // make sure the 1559 params we've specified (if any) ends up in both the full and empty block headers var expected []byte if len(params1559) != 0 { expected = []byte{0}