Skip to content

Commit

Permalink
refactor: Remove extranous fields in BaseEvmMessageTrace
Browse files Browse the repository at this point in the history
These are already included in `BaseMessageTrace`.
  • Loading branch information
Xanewok committed Jun 25, 2024
1 parent 8a10233 commit 02bda03
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export interface PrecompileMessageTrace extends BaseMessageTrace {

export interface BaseEvmMessageTrace extends BaseMessageTrace {
code: Uint8Array;
value: bigint;
returnData: Uint8Array;
steps: MessageTraceStep[];
bytecode?: Bytecode;
// The following is just an optimization: When processing this traces it's useful to know ahead of
Expand Down

0 comments on commit 02bda03

Please sign in to comment.