Skip to content

Commit

Permalink
Nonce must be 8 bytes by Ethereum spec (#4559) (#4865)
Browse files Browse the repository at this point in the history
Co-authored-by: Denver <aeharvlee@gmail.com>
  • Loading branch information
jdevcs and aeharvlee committed Mar 17, 2022
1 parent 16fdf72 commit c5f3107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/formatters.outputBlockFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('formatters', function () {
gasUsed: '0x3e8',
timestamp: '0x3e8',
extraData: '0xd6960376d6c6dea93647383ffb245cfced97ccc5c7525397a543a72fdaea5265',
nonce: '0xd6960376d6c6dea93647383ffb245cfced97ccc5c7525397a543a72fdaea5265',
nonce: '0x1fc0f46a3e5325fa',
size: '0x3e8'
}), {
hash: '0xd6960376d6c6dea93647383ffb245cfced97ccc5c7525397a543a72fdaea5265',
Expand All @@ -37,7 +37,7 @@ describe('formatters', function () {
gasUsed: 1000,
timestamp: 1000,
extraData: '0xd6960376d6c6dea93647383ffb245cfced97ccc5c7525397a543a72fdaea5265',
nonce: '0xd6960376d6c6dea93647383ffb245cfced97ccc5c7525397a543a72fdaea5265',
nonce: '0x1fc0f46a3e5325fa',
size: 1000
});
});
Expand Down

0 comments on commit c5f3107

Please sign in to comment.