From c5678f366634ca2ab5c0f90e342072dba4ae7703 Mon Sep 17 00:00:00 2001 From: taratorio <94537774+taratorio@users.noreply.github.com> Date: Fri, 17 Jan 2025 17:13:04 +0000 Subject: [PATCH] tidy --- core/types/block_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/block_test.go b/core/types/block_test.go index cbaccc1816f..d10522b8a12 100644 --- a/core/types/block_test.go +++ b/core/types/block_test.go @@ -608,8 +608,8 @@ func TestCopyTxs(t *testing.T) { } func TestCopyHeader(t *testing.T) { - // please update copy function to include new attribute // if this test fails when adding a new attribute to the Header struct + // please update the copy function to include logic for the new attribute const runCount = 1000 tr := NewTRand() for range make([]byte, runCount) {