Skip to content

Commit

Permalink
Remove truncated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn authored Jan 1, 2025
1 parent 12fd778 commit 2273ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler/src/modules/BundleManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class BundleManager implements IBundleManager {
}

// parse revert from FailedOp(index,str) or FailedOpWithRevert(uint256 opIndex, string reason, bytes inner);
// return undefined values on failure. to parse
// return undefined values on failure.
parseFailedOpRevert (e: any): { opIndex?: number, reasonStr?: string } {
if (e.message != null) {
const match = e.message.match(/FailedOp\w*\((\d+),"(.*?)"/)
Expand Down

0 comments on commit 2273ba7

Please sign in to comment.