pull/3649/head
Rongjian Lan 4 years ago committed by Leo Chen
parent 1761a84ce7
commit 1a8494c069
  1. 2
      rpc/v2/types.go

@ -38,7 +38,7 @@ type BlockWithTxHash struct {
ReceiptsRoot common.Hash `json:"receiptsRoot"`
Uncles []common.Hash `json:"uncles"`
Transactions []common.Hash `json:"transactions"`
EthTransactions []common.Hash `json:"EthTransactions"`
EthTransactions []common.Hash `json:"transactionsInEthHash"`
StakingTxs []common.Hash `json:"stakingTransactions"`
Signers []string `json:"signers,omitempty"`
}

Loading…
Cancel
Save