cameo-engineering / tonconnect

Go implementation of TON Connect 2.0 protocol.
MIT License
27 stars 3 forks source link

Misprint and fixes #5

Open oxmix opened 1 week ago

oxmix commented 1 week ago

https://github.com/cameo-engineering/tonconnect/blob/3f5e0bf48e7ec2e7094633106550601d237aa74f/session.go#L25


Lint warning: Cannot use 's.ID[:]' (type nacl.Key) as the type []byte https://github.com/cameo-engineering/tonconnect/blob/3f5e0bf48e7ec2e7094633106550601d237aa74f/session.go#L60 fixing: hex.EncodeToString((*s.ID)[:]) and in other places

Thx for lib