reth icon indicating copy to clipboard operation
reth copied to clipboard

chore: use hex! macro in chainspec tests

Open mattsse opened this issue 1 week ago • 0 comments
trafficstars

Replaced byte array literals with hex! macro calls in chainspec tests for improved readability and consistency with other tests in the file.

Changed ForkHash([0xAA, 0xBB, 0xCC, 0xDD]) to ForkHash(hex!("0xAABBCCDD")) across all test cases.

mattsse avatar Nov 12 '25 09:11 mattsse