Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Jan 17, 2025
1 parent 179c6c6 commit c5678f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c5678f3

Please sign in to comment.