Skip to content

Commit

Permalink
Add comments near the wallet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Totemancer authored Jul 4, 2024
1 parent 8ba6af6 commit d1d8590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ton/wallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d1d8590

Please sign in to comment.