Skip to content

Commit 3b664eb

Browse files
committed
Use high precision for zcash sync ratio
1 parent fce9fbf commit 3b664eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/constants/WalletAndCurrencyConstants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ export const SPECIAL_CURRENCY_INFO: Record<string, SpecialCurrencyInfo> = {
876876
noChangeMiningFee: true,
877877
isImportKeySupported: true,
878878
keysOnlyMode: isZecBroken(),
879+
highPrecisionSyncRatioDisplay: true,
879880
importKeyOptions: [
880881
{
881882
optionName: 'birthdayHeight',

0 commit comments

Comments
 (0)