Skip to content

Commit

Permalink
Disable native token amount formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaglumac committed Mar 12, 2021
1 parent 23dd2be commit f88cef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/config/walletsConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const IS_AUTOMATIC_WALLET_MIGRATION_ENABLED = false;
// Wallet assets feature toggle enable/disable
export const WALLET_ASSETS_ENABLED = true;

export const IS_WALLET_ASSETS_AMOUNT_FORMATTING_ENABLED = true;
export const IS_WALLET_ASSETS_AMOUNT_FORMATTING_ENABLED = false;

// Byron wallet migration has been temporarily disabled due to missing Api support after Mary HF
export const IS_BYRON_WALLET_MIGRATION_ENABLED = false;
Expand Down

0 comments on commit f88cef4

Please sign in to comment.