mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib
This commit is contained in:
parent
c860ce3d1e
commit
3002321eb7
22 changed files with 576 additions and 109 deletions
|
|
@ -42,6 +42,7 @@ class ExtClientOutboundImp : public ExtClientOutbound {
|
|||
auto it = queries_.find(id);
|
||||
if (it == queries_.end()) {
|
||||
promise.set_error(TonlibError::Internal("Unknown query id"));
|
||||
return;
|
||||
}
|
||||
it->second.set_result(std::move(r_data));
|
||||
queries_.erase(it);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue