Remove unneeded prepare_batch() assert (#6941)

automerge
This commit is contained in:
Michael Vines 2019-11-13 18:08:21 -07:00 committed by Grimes
parent 6009801c5f
commit cc96848b01
1 changed files with 0 additions and 4 deletions

View File

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