1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

New extra currency behavior

This commit is contained in:
SpyCheese 2025-02-27 12:56:17 +03:00
parent 1b70e48327
commit 95c8a448b7
17 changed files with 228 additions and 65 deletions

View file

@ -19,6 +19,6 @@
namespace ton {
// See doc/GlobalVersions.md
const int SUPPORTED_VERSION = 9;
constexpr int SUPPORTED_VERSION = 10;
}