aboutsummaryrefslogtreecommitdiffstats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/ethapi/api.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go
index 097e83e3c..edfc2e8b5 100644
--- a/internal/ethapi/api.go
+++ b/internal/ethapi/api.go
@@ -894,6 +894,8 @@ func RPCMarshalBlock(b *types.Block, inclTx bool, fullTx bool) (map[string]inter
"timestamp": hexutil.Uint64(head.Time),
"transactionsRoot": head.TxHash,
"receiptsRoot": head.ReceiptHash,
+ "randomness": hexutil.Bytes(head.Randomness),
+ "dexconMeta": hexutil.Bytes(head.DexconMeta),
}
if inclTx {