mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
bugfixes + tonlib update
This commit is contained in:
parent
2f81361a02
commit
eecf05ca59
35 changed files with 734 additions and 193 deletions
|
@ -79,7 +79,9 @@ void AdnlLocalId::deliver_query(AdnlNodeIdShort src, td::BufferSlice data, td::P
|
|||
}
|
||||
VLOG(ADNL_INFO) << this << ": dropping IN message from " << src
|
||||
<< ": no callbacks for custom query. firstint=" << td::TlParser(s.as_slice()).fetch_int();
|
||||
promise.set_error(td::Status::Error(ErrorCode::warning, "no callbacks for query"));
|
||||
promise.set_error(td::Status::Error(ErrorCode::warning, PSTRING() << "dropping IN message from " << src
|
||||
<< ": no callbacks for custom query. firstint="
|
||||
<< td::TlParser(s.as_slice()).fetch_int()));
|
||||
}
|
||||
|
||||
void AdnlLocalId::subscribe(std::string prefix, std::unique_ptr<AdnlPeerTable::Callback> callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue