From 0b4f3b6258e24fafd8b90ff12c12cfe7bbda7c2e Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Wed, 15 Jun 2022 20:36:10 +1000 Subject: [PATCH] fix: network fee decimals --- components/withdraw/WithdrawTotal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/withdraw/WithdrawTotal.vue b/components/withdraw/WithdrawTotal.vue index eec6a51..0645129 100644 --- a/components/withdraw/WithdrawTotal.vue +++ b/components/withdraw/WithdrawTotal.vue @@ -17,7 +17,7 @@
{{ $t('networkFee') }} - {{ toDecimals(networkFee, null, 6) }} {{ networkCurrency }} + {{ toDecimals(networkFee, 18, 6) }} {{ networkCurrency }}
{{ $t('relayerFee') }}