Skip to content

Commit

Permalink
core/types: blockWithNonZeroFields uses SetBlockExtra
Browse files Browse the repository at this point in the history
Co-authored-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
Signed-off-by: Quentin McGaw <quentin.mcgaw@gmail.com>
  • Loading branch information
qdm12 and ARR4N authored Feb 27, 2025
1 parent c973e56 commit 50e3adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/block_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func blockWithNonZeroFields() (*Block, *BlockBodyExtra) {
Version: 12,
ExtData: &[]byte{13},
}
extras.Block.Set(block, extra)
SetBlockExtra(block, extra)
return block, extra
}

Expand Down

0 comments on commit 50e3adb

Please sign in to comment.