From d1d859039ccab5d21388865a16cd1be596ba68ab Mon Sep 17 00:00:00 2001 From: Totemancer Date: Thu, 4 Jul 2024 16:39:49 +0200 Subject: [PATCH] Add comments near the wallet versions --- ton/wallet/wallet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ton/wallet/wallet.go b/ton/wallet/wallet.go index cdec418..cec1c75 100644 --- a/ton/wallet/wallet.go +++ b/ton/wallet/wallet.go @@ -41,8 +41,8 @@ const ( V3 = V3R2 V4R1 Version = 41 V4R2 Version = 42 - V5R1 Version = 51 - V5R2 Version = 52 + V5R1 Version = 51 // Beta W5 + V5R2 Version = 52 // Final W5 HighloadV2R2 Version = 122 HighloadV2Verified Version = 123 HighloadV3 Version = 300