diff --git a/src/accounts.rs b/src/accounts.rs index e7bfd2e1f3..c1eb0dc314 100644 --- a/src/accounts.rs +++ b/src/accounts.rs @@ -127,7 +127,7 @@ impl AccountsDB { } } } - + fn load_account( &self, tx: &Transaction, @@ -174,7 +174,7 @@ impl AccountsDB { Ok(called_accounts) } } - + fn load_accounts( &self, txs: &[Transaction], diff --git a/src/bank.rs b/src/bank.rs index aad4526ae0..734f19eb42 100644 --- a/src/bank.rs +++ b/src/bank.rs @@ -394,7 +394,7 @@ impl Bank { fn lock_accounts(&self, txs: &[Transaction]) -> Vec> { self.accounts.lock_accounts(txs) } - + fn unlock_accounts(&self, txs: &[Transaction], results: &[Result<()>]) { self.accounts.unlock_accounts(txs, results) } @@ -903,7 +903,7 @@ impl Bank { } } } - + pub fn add_account_subscription( &self, bank_sub_id: Pubkey,