Skip to content

Commit 60ccf2c

Browse files
Tonconnect to support wallet v5r1
1 parent fed8b9e commit 60ccf2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tonconnect/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func NewTonConnect(executor abi.Executor, secret string, opts ...Option) (*Serve
8989
var knownHashes = make(map[string]wallet.Version)
9090

9191
func init() {
92-
for i := wallet.Version(0); i <= wallet.V5Beta; i++ {
92+
for i := wallet.Version(0); i <= wallet.V5R1; i++ {
9393
ver := wallet.GetCodeHashByVer(i)
9494
knownHashes[hex.EncodeToString(ver[:])] = i
9595
}

0 commit comments

Comments
 (0)