mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Drop only accepted duplicate ext messages, don't cache errors (#902)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
f344aa46c3
commit
4d39772e40
3 changed files with 12 additions and 4 deletions
|
@ -32,6 +32,7 @@ class LiteServerCache : public td::actor::Actor {
|
|||
virtual void update(td::Bits256 key, td::BufferSlice value) = 0;
|
||||
|
||||
virtual void process_send_message(td::Bits256 key, td::Promise<td::Unit> promise) = 0;
|
||||
virtual void drop_send_message_from_cache(td::Bits256 key) = 0;
|
||||
};
|
||||
|
||||
} // namespace ton::validator
|
Loading…
Add table
Add a link
Reference in a new issue