diff --git a/src/HTML/wallet.html b/src/HTML/wallet.html index c117dc7..8712e94 100644 --- a/src/HTML/wallet.html +++ b/src/HTML/wallet.html @@ -1661,7 +1661,7 @@ - + This Version Refactor By MiaoWoo Use TypeScript diff --git a/src/core/constant.ts b/src/core/constant.ts index d991463..a9b32a2 100644 --- a/src/core/constant.ts +++ b/src/core/constant.ts @@ -8,7 +8,7 @@ * Telegram: https://t.me/terafoundation */ -global.UPDATE_CODE_VERSION_NUM = 1127; +global.UPDATE_CODE_VERSION_NUM = 1200; global.MIN_CODE_VERSION_NUM = 1114; global.MINING_VERSION_NUM = 0; global.InitParamsArg = InitParamsArg;