mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-28 09:13:11 +00:00
The derived Debug impl printed HashType as a raw byte array, while Display (and the sequencer logs) used hex encoding. Replace the derived Debug with a custom impl identical to Display so both representations are consistent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>