mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-14 20:22:19 +00:00
Disable liteServer.getState method (#573)
This commit is contained in:
parent
b88eda83fe
commit
eff610f807
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ void LiteQuery::perform_getState(BlockIdExt blkid) {
|
||||||
fatal_error("invalid BlockIdExt");
|
fatal_error("invalid BlockIdExt");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (blkid.is_masterchain() && blkid.id.seqno > 1000) {
|
if (blkid.id.seqno > 1000) {
|
||||||
fatal_error("cannot request total state: possibly too large");
|
fatal_error("cannot request total state: possibly too large");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue