1
0
Fork 0
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:
ms 2022-03-31 14:29:43 +02:00 committed by EmelyanenkoK
parent 76c2764e7f
commit 45a160d7c1
6 changed files with 37 additions and 18 deletions

View file

@ -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_;
}