Skip to content

Commit

Permalink
add same case to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Dec 4, 2024
1 parent d9a6872 commit 31f66d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/gasPriceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class GasPriceManager {
} catch (e) {
this.logger.error("failed to get fallback gasPrice")
sentry.captureException(e)
throw e
gasPrice = parseGwei("1")
}
}

Expand Down

0 comments on commit 31f66d7

Please sign in to comment.