@ -822,10 +822,6 @@ impl Bank {
|
|||||||
txs: &'b [Transaction],
|
txs: &'b [Transaction],
|
||||||
iteration_order: Option<Vec<usize>>,
|
iteration_order: Option<Vec<usize>>,
|
||||||
) -> TransactionBatch<'a, 'b> {
|
) -> TransactionBatch<'a, 'b> {
|
||||||
assert!(
|
|
||||||
!self.is_frozen(),
|
|
||||||
"prepare_batch() working on a frozen bank!"
|
|
||||||
);
|
|
||||||
let results = self
|
let results = self
|
||||||
.rc
|
.rc
|
||||||
.accounts
|
.accounts
|
||||||
|
Reference in New Issue
Block a user