Remove redundant BankForks parameter (#10537)
This commit is contained in:
@@ -2906,7 +2906,7 @@ pub mod tests {
|
||||
|
||||
let bank = Bank::new(&genesis_config);
|
||||
(
|
||||
Arc::new(RwLock::new(BankForks::new(bank.slot(), bank))),
|
||||
Arc::new(RwLock::new(BankForks::new(bank))),
|
||||
mint_keypair,
|
||||
voting_keypair,
|
||||
)
|
||||
|
Reference in New Issue
Block a user