1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 11:12:16 +00:00

Fix getting creator stats in lite-client (#1115)

This commit is contained in:
SpyCheese 2024-08-20 19:55:01 +03:00 committed by GitHub
parent 9c3dc22b78
commit 9a10f79fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3429,9 +3429,7 @@ void TestNode::got_creator_stats(ton::BlockIdExt req_blkid, ton::BlockIdExt blki
promise.set_error(td::Status::Error(PSLICE() << "invalid CreatorStats record with key " << key.to_hex()));
return;
}
if (mc_cnt.modified_since(min_utime) || shard_cnt.modified_since(min_utime)) {
func(key, mc_cnt, shard_cnt);
}
func(key, mc_cnt, shard_cnt);
allow_eq = false;
}
if (complete) {