Skip to content

Commit 02bda03

Browse files
committed
refactor: Remove extranous fields in BaseEvmMessageTrace
These are already included in `BaseMessageTrace`.
1 parent 8a10233 commit 02bda03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/hardhat-core/src/internal/hardhat-network/stack-traces/message-trace.ts

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export interface PrecompileMessageTrace extends BaseMessageTrace {
3434

3535
export interface BaseEvmMessageTrace extends BaseMessageTrace {
3636
code: Uint8Array;
37-
value: bigint;
38-
returnData: Uint8Array;
3937
steps: MessageTraceStep[];
4038
bytecode?: Bytecode;
4139
// The following is just an optimization: When processing this traces it's useful to know ahead of

0 commit comments

Comments
 (0)