Skip to content

Commit

Permalink
Merge branch '1.x' into junaid/depEventListener4786
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Mar 17, 2022
2 parents 0356c4a + c5f3107 commit 576a732
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 576a732

Please sign in to comment.