add worker threads during startup (#20700)
This commit is contained in:
committed by
GitHub
parent
e225ed7ab0
commit
b80fd7566a
@@ -1397,7 +1397,7 @@ impl<T: IndexValue> AccountsIndex<T> {
|
||||
}
|
||||
|
||||
pub fn set_startup(&self, value: bool) {
|
||||
self.storage.storage.set_startup(value);
|
||||
self.storage.set_startup(value);
|
||||
}
|
||||
|
||||
/// Get an account
|
||||
|
Reference in New Issue
Block a user