Skip to content

Commit 6759b1d

Browse files
committed
fix: testdata modification
1 parent 3e9c7de commit 6759b1d

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

internal/ethapi/testdata/eth_getBlockByHash-hash-latest-1-fullTx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{
2121
"blockHash": "0xedb9ccf3a85f67c095ad48abfb0fa09d47179bb0f902078d289042d12428aca5",
2222
"blockNumber": "0x9",
23+
"blockTimestamp": "0x5a",
2324
"from": "0x703c4b2bd70c169f5717101caee543299fc946c7",
2425
"gas": "0x5208",
2526
"gasPrice": "0x121a9cca",

internal/ethapi/testdata/eth_getBlockByNumber-number-latest-1.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{
2121
"blockHash": "0xedb9ccf3a85f67c095ad48abfb0fa09d47179bb0f902078d289042d12428aca5",
2222
"blockNumber": "0x9",
23+
"blockTimestamp": "0x5a",
2324
"from": "0x703c4b2bd70c169f5717101caee543299fc946c7",
2425
"gas": "0x5208",
2526
"gasPrice": "0x121a9cca",

internal/ethapi/testdata/eth_getBlockByNumber-tag-pending-fullTx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
{
2121
"blockHash": "0xfda6c7cb7a3a712e0c424909a7724cab0448e89e286617fa8d5fd27f63f28bd2",
2222
"blockNumber": "0xb",
23+
"blockTimestamp": "0x6e",
2324
"from": "0x703c4b2bd70c169f5717101caee543299fc946c7",
2425
"gas": "0x5208",
2526
"gasPrice": "0xde56ab3",

0 commit comments

Comments
 (0)