Skip to content

Commit

Permalink
Remove Input field for fake STOP TX
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Oct 21, 2024
1 parent 6efd5ef commit 00e52dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/evm/jsonrpc/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func RPCMarshalTransactionTraceForFakeTX(tx *types.Transaction, effectiveGasPric
"gas": hexutil.Uint64(tx.Gas()),
"gasUsed": hexutil.Uint64(tx.Gas()),
"to": tx.To(),
"input": hexutil.Bytes(tx.Data()),
"type": FakeTxOpcode,
"value": hexutil.Big(*tx.Value()),
}
Expand Down

0 comments on commit 00e52dc

Please sign in to comment.