Skip to content

Commit 5ed555a

Browse files
committed
Remove unexisting wallet_* options.
1 parent 202c32b commit 5ed555a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

td/telegram/ConfigManager.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,8 +1435,7 @@ void ConfigManager::process_app_config(tl_object_ptr<telegram_api::JSONValue> &c
14351435
static const FlatHashSet<Slice, SliceHash> ignored_options(
14361436
{"default_emoji_statuses_stickerset_id", "forum_upgrade_participants_min", "getfile_experimental_params",
14371437
"message_animated_emoji_max", "stickers_emoji_cache_time", "stories_export_nopublic_link", "test",
1438-
"upload_max_fileparts_default", "upload_max_fileparts_premium", "wallet_blockchain_name", "wallet_config",
1439-
"wallet_enabled", "channel_color_level_min"});
1438+
"upload_max_fileparts_default", "upload_max_fileparts_premium", "channel_color_level_min"});
14401439
if (config->get_id() == telegram_api::jsonObject::ID) {
14411440
for (auto &key_value : static_cast<telegram_api::jsonObject *>(config.get())->value_) {
14421441
Slice key = key_value->key_;

0 commit comments

Comments
 (0)