From d1db7ee6c1bf131487981912dc4cd9407263b02c Mon Sep 17 00:00:00 2001 From: Yusuf Seyrek Date: Wed, 9 Aug 2023 16:47:22 +0300 Subject: [PATCH] logging(tx simulation): remove error log (#357) --- src/store/slices/broadcast.ts | 1 - 1 file changed, 1 deletion(-) 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 } }