logging(tx simulation): remove error log (#357)

This commit is contained in:
Yusuf Seyrek 2023-08-09 16:47:22 +03:00 committed by GitHub
parent e6926dbd17
commit d1db7ee6c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,6 @@ export default function createBroadcastSlice(
throw 'Simulation failed'
} catch (ex) {
console.error('Can not estimate the fee:', ex)
return defaultFee
}
}