Skip to content

Commit

Permalink
remove old comment (solana-labs#34775)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones authored Jan 15, 2024
1 parent 8869d0c commit d0b793a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cost-model/src/cost_tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ impl CostTracker {
return Err(CostTrackerError::WouldExceedAccountMaxLimit);
}

// NOTE: Check if the total accounts data size is exceeded *before* the block accounts data
// size. This way, transactions are not unnecessarily retried.
let account_data_size = self
.account_data_size
.saturating_add(tx_cost.account_data_size());
Expand Down

0 comments on commit d0b793a

Please sign in to comment.