mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix CE
This commit is contained in:
parent
e43e235143
commit
cffffbab79
3 changed files with 7 additions and 1 deletions
|
@ -269,6 +269,9 @@ 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,
|
||||
td::Promise<td::Ref<ton::validator::OutMsgQueueProof>> promise) override {
|
||||
}
|
||||
|
||||
void new_key_block(ton::validator::BlockHandle handle) override {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue