Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit de5036e

Browse files
committed
fix split-depth
1 parent 15dfedd commit de5036e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crypto/block/transaction.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ bool Account::init_new(ton::UnixTime now) {
395395
}
396396
state_hash = addr_orig;
397397
status = orig_status = acc_nonexist;
398+
split_depth_set_ = false;
398399
created = true;
399400
return true;
400401
}
@@ -2243,6 +2244,8 @@ Ref<vm::Cell> Transaction::commit(Account& acc) {
22432244
acc.tock = new_tock;
22442245
} else {
22452246
acc.tick = acc.tock = false;
2247+
acc.split_depth_set_ = false;
2248+
acc.created = true;
22462249
}
22472250
end_lt = 0;
22482251
acc.push_transaction(root, start_lt);

0 commit comments

Comments
 (0)