fix: users can now upgrade to light node if they have enough funds (#458)

This commit is contained in:
Vojtech Simetka
2022-06-30 16:43:08 +02:00
committed by GitHub
parent 7225c5ca11
commit 8c182cafd5
4 changed files with 111 additions and 19 deletions
-1
View File
@@ -42,7 +42,6 @@ export enum ROUTES {
TOP_UP_BANK_CARD_SWAP = '/account/wallet/top-up/bank-card/swap',
TOP_UP_GIFT_CODE = '/account/wallet/top-up/gift-code',
TOP_UP_GIFT_CODE_FUND = '/account/wallet/top-up/gift-code/fund/:privateKeyString',
RESTART = '/restart',
RESTART_LIGHT = '/light-mode-restart',
ACCOUNT_WALLET = '/account/wallet',
ACCOUNT_CHEQUEBOOK = '/account/chequebook',