Skip to content

Commit

Permalink
Tonconnect to support wallet v5r1
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Jul 10, 2024
1 parent fed8b9e commit 60ccf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonconnect/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewTonConnect(executor abi.Executor, secret string, opts ...Option) (*Serve
var knownHashes = make(map[string]wallet.Version)

func init() {
for i := wallet.Version(0); i <= wallet.V5Beta; i++ {
for i := wallet.Version(0); i <= wallet.V5R1; i++ {
ver := wallet.GetCodeHashByVer(i)
knownHashes[hex.EncodeToString(ver[:])] = i
}
Expand Down

0 comments on commit 60ccf2c

Please sign in to comment.