mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add network id to dht (#559)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
15cdfb0462
commit
3ff50f5f47
15 changed files with 231 additions and 172 deletions
|
@ -47,7 +47,7 @@ class Dht : public td::actor::Actor {
|
|||
td::actor::ActorId<keyring::Keyring> keyring,
|
||||
td::actor::ActorId<adnl::Adnl> adnl);
|
||||
static td::Result<std::shared_ptr<DhtGlobalConfig>> create_global_config(
|
||||
tl_object_ptr<ton_api::dht_config_global> conf);
|
||||
tl_object_ptr<ton_api::dht_config_Global> conf);
|
||||
|
||||
virtual adnl::AdnlNodeIdShort get_id() const = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue