core/types: fix discrepancy in receipt.EffectiveGasPrice json encoding tags (#27114)

Regenerate receipt json code to remove omit empty. Previously, there was a discrepancy between the generated code and the source. 

---------

Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Roberto Bayardo
2023-04-26 02:37:11 -04:00
committed by GitHub
co-authored by lightclient@protonmail.com Martin Holst Swende
parent 5d3f5805d5
commit f8aa623536
10 changed files with 76 additions and 29 deletions
+1
View File
@@ -15,6 +15,7 @@
"transactionHash": "0x72fadbef39cd251a437eea619cfeda752271a5faaaa2147df012e112159ffb81",
"contractAddress": "0x0000000000000000000000000000000000000000",
"gasUsed": "0x520b",
"effectiveGasPrice": null,
"blockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"transactionIndex": "0x0"
}