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

Merge pull request #1202 from ton-blockchain/tvm-patch

Fix transaction original_balance and VmState::jump_to
This commit is contained in:
EmelyanenkoK 2024-09-23 21:10:57 +03:00 committed by GitHub
commit b78199370e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 94 additions and 70 deletions

View file

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