Skip to content

Commit

Permalink
Fix trace_block tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 8, 2023
1 parent ba23b22 commit c23b365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnosis/eth/tests/mocks/mock_trace_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
{
"action": {
"value": 5000000000000000000,
"author": "0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5",
"author": "0x52bc44d5378309EE2abF1539BF71dE1b7d7bE3b5",
"rewardType": "block",
},
"blockHash": HexBytes(
Expand Down Expand Up @@ -2970,7 +2970,7 @@
},
{
"action": {
"author": "0x5a0b54d5dc17e0aadc383d2db43b0a0d3e029c4c",
"author": "0x5A0b54D5dc17e0AadC383d2db43B0a0D3E029c4c",
"rewardType": "block",
"value": 2000000000000000000,
},
Expand Down Expand Up @@ -16325,7 +16325,7 @@
},
{
"action": {
"author": "0xdafea492d9c6733ae3d56b7ed1adb60692c98bc5",
"author": "0xDAFEA492D9c6733ae3d56b7Ed1ADB60692c98Bc5",
"rewardType": "block",
"value": 0,
},
Expand Down

0 comments on commit c23b365

Please sign in to comment.