fix: Extra data empty response (#381)

This commit is contained in:
crypto-facs
2021-07-29 13:40:59 -04:00
committed by GitHub
parent 63aa0de1e8
commit c4aa8fafab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ func FormatBlock(
"miner": validatorAddr,
"mixHash": common.Hash{},
"difficulty": (*hexutil.Big)(big.NewInt(0)),
"extraData": "",
"extraData": "0x",
"size": hexutil.Uint64(size),
"gasLimit": hexutil.Uint64(gasLimit), // Static gas limit
"gasUsed": (*hexutil.Big)(gasUsed),