Add missed input field

pull/2048/head
flicker-harmony 5 years ago
parent 9c43424919
commit f58f22c5e1
  1. 1
      internal/hmyapi/types.go

@ -168,6 +168,7 @@ func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber
Gas: tx.Gas(), Gas: tx.Gas(),
GasPrice: tx.GasPrice(), GasPrice: tx.GasPrice(),
Hash: tx.Hash(), Hash: tx.Hash(),
Input: hexutil.Bytes(tx.Data()),
Nonce: tx.Nonce(), Nonce: tx.Nonce(),
Value: tx.Value(), Value: tx.Value(),
ShardID: tx.ShardID(), ShardID: tx.ShardID(),

Loading…
Cancel
Save