port counting vote CUs to block cost (#22477)
This commit is contained in:
@@ -1079,6 +1079,7 @@ impl Accounts {
|
||||
| Err(TransactionError::SanitizeFailure)
|
||||
| Err(TransactionError::TooManyAccountLocks)
|
||||
| Err(TransactionError::WouldExceedMaxBlockCostLimit)
|
||||
| Err(TransactionError::WouldExceedMaxVoteCostLimit)
|
||||
| Err(TransactionError::WouldExceedMaxAccountCostLimit)
|
||||
| Err(TransactionError::WouldExceedMaxAccountDataCostLimit) => None,
|
||||
_ => Some(tx.get_account_locks_unchecked()),
|
||||
|
Reference in New Issue
Block a user