diff --git a/runtime/src/accounts.rs b/runtime/src/accounts.rs index 8b8bd0e5f5..7b3fe17e6d 100644 --- a/runtime/src/accounts.rs +++ b/runtime/src/accounts.rs @@ -130,7 +130,6 @@ impl Accounts { caching_enabled, )), account_locks: Mutex::new(AccountLocks::default()), - ..Self::default() } } @@ -147,7 +146,6 @@ impl Accounts { Self { accounts_db: Arc::new(accounts_db), account_locks: Mutex::new(AccountLocks::default()), - ..Self::default() } }