From f58f22c5e1820ffa506fa7b7164570b034283c60 Mon Sep 17 00:00:00 2001 From: flicker-harmony Date: Wed, 8 Jan 2020 01:04:45 +0300 Subject: [PATCH] Add missed input field --- internal/hmyapi/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/hmyapi/types.go b/internal/hmyapi/types.go index 80d877d4a..cc822b3d6 100644 --- a/internal/hmyapi/types.go +++ b/internal/hmyapi/types.go @@ -168,6 +168,7 @@ func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber Gas: tx.Gas(), GasPrice: tx.GasPrice(), Hash: tx.Hash(), + Input: hexutil.Bytes(tx.Data()), Nonce: tx.Nonce(), Value: tx.Value(), ShardID: tx.ShardID(),