1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +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 EmelyanenkoK
parent dc26c3be67
commit 9803d004c4

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) {