Skip to content

Commit

Permalink
msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Aug 6, 2024
1 parent ff74a4e commit a295a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tx/src/gas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export async function estimateGasFee({
}).catch((e) => {
if (fallbackGasLimit) {
console.warn(
"Using fallback gas limit",
"WARNING Using fallback gas limit:",
e instanceof Error ? e.message : e
);
return { gasUsed: fallbackGasLimit, coinsSpent: [] };
Expand Down

0 comments on commit a295a04

Please sign in to comment.