mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 11:12:16 +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");
|
||||
return;
|
||||
}
|
||||
if (blkid.is_masterchain() && blkid.id.seqno > 1000) {
|
||||
if (blkid.id.seqno > 1000) {
|
||||
fatal_error("cannot request total state: possibly too large");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue