mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Don't store candidates on collator nodes
This commit is contained in:
parent
503e10c05a
commit
44ba040934
7 changed files with 31 additions and 19 deletions
|
@ -271,7 +271,8 @@ class HardforkCreator : public td::actor::Actor {
|
|||
|
||||
td::Promise<std::string> promise) override {
|
||||
}
|
||||
void download_out_msg_queue_proof(ton::BlockIdExt block_id, ton::ShardIdFull dst_shard, td::Timestamp timeout,
|
||||
void download_out_msg_queue_proof(ton::BlockIdExt block_id, ton::ShardIdFull dst_shard,
|
||||
block::ImportedMsgQueueLimits limits, td::Timestamp timeout,
|
||||
td::Promise<td::Ref<ton::validator::OutMsgQueueProof>> promise) override {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue