Context block height fix on TraceTx (#1051)

This commit is contained in:
crypto-facs
2022-04-16 19:31:30 +02:00
committed by GitHub
parent 75099039be
commit bc4b018b60
9 changed files with 153 additions and 131 deletions
-1
View File
@@ -140,7 +140,6 @@ func (a *API) TraceTransaction(hash common.Hash, config *evmtypes.TraceConfig) (
traceTxRequest := evmtypes.QueryTraceTxRequest{
Msg: ethMessage,
TxIndex: uint64(transaction.Index),
Predecessors: predecessors,
BlockNumber: blk.Block.Height,
BlockTime: blk.Block.Time,