Skip to content

Commit

Permalink
fix: trying to fix platform inconsistent build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Mar 1, 2024
1 parent 6f4b135 commit 03d8f11
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions m1/subnet/src/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,15 +710,6 @@ impl Vm {
let mut pending_txs : Vec<SignedTransaction> = vec![];
let core_pool = self.core_mempool.as_ref().ok_or_else(|| anyhow::anyhow!("Core mempool not available"))?.read().await;

log::info!(
"parking lot size: {}",
core_pool.get_parking_lot_size()
);
log::info!(
"snapshot: {}",
core_pool.gen_snapshot()
);

while pending_txs.len() < count as usize {

// convert signed transactions to TransactionInProgress
Expand Down

0 comments on commit 03d8f11

Please sign in to comment.