Docker: enabled fast sync

This commit is contained in:
SChernykh
2023-04-22 22:54:32 +02:00
parent f455ce398c
commit c31d5b7d3c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ class MoneroConfigForm(ConfigFormBase):
self.fast_sync = self.add(
npyscreen.Checkbox,
name="Fast Block Sync",
value=False,
value=True,
begin_entry_at=self.name_size,
relx=self.indent,
)