Skip to content

Commit

Permalink
Throw the concrete error
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Nov 6, 2024
1 parent 26acf6d commit 69374bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-kit/src/packs/safe-4337/Safe4337Pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ export class Safe4337Pack extends RelayKitBasePack<{
return estimateFee
} catch (error) {
console.error(error)
throw new Error('Error estimating gas fees')
throw error
}
}

Expand Down

0 comments on commit 69374bc

Please sign in to comment.