mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add getConfigParam to tonlibjson
This commit is contained in:
parent
76c2764e7f
commit
45a160d7c1
6 changed files with 37 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ td::StringBuilder& operator<<(td::StringBuilder& sb, const LastConfigState& stat
|
|||
return sb;
|
||||
}
|
||||
|
||||
LastConfig::LastConfig(ExtClientRef client, td::unique_ptr<Callback> callback) : callback_(std::move(callback)) {
|
||||
LastConfig::LastConfig(ExtClientRef client) {
|
||||
client_.set_client(client);
|
||||
VLOG(last_block) << "State: " << state_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue