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

Fix setting original_balance in transaction.cpp

This commit is contained in:
SpyCheese 2024-09-20 15:16:46 +03:00
parent b5734d2e30
commit e04965c400
3 changed files with 15 additions and 3 deletions

View file

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