Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Update packages/api-server/src/methods/modules/debug.ts
Browse files Browse the repository at this point in the history
Co-authored-by: RetricSu <[email protected]>
  • Loading branch information
classicalliu and RetricSu authored Nov 17, 2022
1 parent 8d3372d commit 275ebe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-server/src/methods/modules/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Debug {
this.cacheStore
);
if (gwTxHash == null) {
return undefined;
throw new Error(`gw tx hash not found by eth tx hash ${ethTxHash}`);
}
let result;
try {
Expand Down

0 comments on commit 275ebe8

Please sign in to comment.