diff --git a/src/store/slices/broadcast.ts b/src/store/slices/broadcast.ts index 4158a8a7..a0011ec0 100644 --- a/src/store/slices/broadcast.ts +++ b/src/store/slices/broadcast.ts @@ -80,7 +80,6 @@ export default function createBroadcastSlice( throw 'Simulation failed' } catch (ex) { - console.error('Can not estimate the fee:', ex) return defaultFee } }