Follow-up to D11868
This change makes the code more readable by abstracting the int-to-hex string formatting.
Differential D13130
[tests] use uint256_hex instead of repeating the string formatting pattern PiRK on Feb 15 2023, 08:41. Authored by Tags None Subscribers None
Details
Follow-up to D11868 This change makes the code more readable by abstracting the int-to-hex string formatting. ninja check-functional-extended grep -r "064x" test/functional grep -r "0{64}x" test/functional
Diff Detail
Event TimelineComment Actions nits: fix crazy autopep8 formatting, don't use a f-string to format the already formatted string returned by uint256_hex |