Skip to content

Commit 6b4c9bc

Browse files
committed
rm log
1 parent 6cf5181 commit 6b4c9bc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

components/modals/PayForBlobModal.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ const handleContinue = async () => {
143143
let gasPrice = appStore.gas.slow
144144
145145
let fee = gasPrice * estimatedGas > 1 ? Math.trunc(gasPrice * estimatedGas) : 10000
146-
console.log(fee);
147-
console.log(estimatedGas)
148146
149147
const proto = [
150148
{
@@ -227,7 +225,7 @@ const handleContinue = async () => {
227225
icon: "danger",
228226
title: `Something went wrong`,
229227
description: e.message,
230-
autoDestroy: false,
228+
autoDestroy: true,
231229
},
232230
})
233231
}

components/modals/SendModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ const runGasLimitEstimation = async () => {
187187
[protoMsgs],
188188
[{ denom: "utia", amount: "1" }],
189189
)
190+
190191
estimatedGasLimit.value = parseInt(gasUsed)
191192
}
192193

0 commit comments

Comments
 (0)