Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b1bfb59

Browse files
committed
Pipeline fix
1 parent 87d3776 commit b1bfb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-eth-debug/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ export interface TraceTransaction {
158158
failed: boolean;
159159
gas: number;
160160
returnValue: string;
161-
structLogs: any[];
161+
structLogs: [];
162162
}

0 commit comments

Comments
 (0)