mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
e8edc601a4
19 changed files with 156 additions and 61 deletions
|
|
@ -289,6 +289,7 @@ class ValidateQuery : public td::actor::Actor {
|
|||
return actor_id(this);
|
||||
}
|
||||
|
||||
void request_latest_mc_state();
|
||||
void after_get_latest_mc_state(td::Result<std::pair<Ref<MasterchainState>, BlockIdExt>> res);
|
||||
void after_get_mc_state(td::Result<Ref<ShardState>> res);
|
||||
void got_mc_handle(td::Result<BlockHandle> res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue