From c2ee02a2cff2df68d6c20081e1415916bbf95b33 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 1 Sep 2021 15:12:25 +0100 Subject: [PATCH] use printable balance --- tauri-wallet/src/types/global.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tauri-wallet/src/types/global.ts b/tauri-wallet/src/types/global.ts index 6debcad551..fafd9105fe 100644 --- a/tauri-wallet/src/types/global.ts +++ b/tauri-wallet/src/types/global.ts @@ -16,6 +16,7 @@ export type TNodeOwnership = { export type TBalance = { amount: string demon: EnumDemon + printableBalance: string } export type TClientDetails = {