mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated func/fift
- updated func/fift - updated liteclient/liteserver - bugfixes
This commit is contained in:
parent
d41ce55305
commit
acf16718e6
45 changed files with 1360 additions and 185 deletions
|
@ -85,6 +85,7 @@ class ValidatorEngineConsole : public td::actor::Actor {
|
|||
void add_cmd(td::BufferSlice data) {
|
||||
ex_mode_ = true;
|
||||
ex_queries_.push_back(std::move(data));
|
||||
set_readline_enabled(false);
|
||||
}
|
||||
void set_fail_timeout(td::Timestamp ts) {
|
||||
fail_timeout_ = ts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue