cargo fmt
This commit is contained in:
parent
1f6346d880
commit
8b357dcb32
|
@ -127,7 +127,7 @@ impl AccountsDB {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn load_account(
|
fn load_account(
|
||||||
&self,
|
&self,
|
||||||
tx: &Transaction,
|
tx: &Transaction,
|
||||||
|
@ -174,7 +174,7 @@ impl AccountsDB {
|
||||||
Ok(called_accounts)
|
Ok(called_accounts)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn load_accounts(
|
fn load_accounts(
|
||||||
&self,
|
&self,
|
||||||
txs: &[Transaction],
|
txs: &[Transaction],
|
||||||
|
|
|
@ -394,7 +394,7 @@ impl Bank {
|
||||||
fn lock_accounts(&self, txs: &[Transaction]) -> Vec<Result<()>> {
|
fn lock_accounts(&self, txs: &[Transaction]) -> Vec<Result<()>> {
|
||||||
self.accounts.lock_accounts(txs)
|
self.accounts.lock_accounts(txs)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn unlock_accounts(&self, txs: &[Transaction], results: &[Result<()>]) {
|
fn unlock_accounts(&self, txs: &[Transaction], results: &[Result<()>]) {
|
||||||
self.accounts.unlock_accounts(txs, results)
|
self.accounts.unlock_accounts(txs, results)
|
||||||
}
|
}
|
||||||
|
@ -903,7 +903,7 @@ impl Bank {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn add_account_subscription(
|
pub fn add_account_subscription(
|
||||||
&self,
|
&self,
|
||||||
bank_sub_id: Pubkey,
|
bank_sub_id: Pubkey,
|
||||||
|
|
Loading…
Reference in New Issue