runtime: disable durable nonces

This commit is contained in:
Trent Nelson 2022-06-01 10:58:29 -06:00 committed by Trent Nelson
parent 905fef29cb
commit 635bd40f09
1 changed files with 3 additions and 2 deletions

View File

@ -4126,9 +4126,10 @@ impl Bank {
pub fn check_transaction_for_nonce(
&self,
tx: &SanitizedTransaction,
_tx: &SanitizedTransaction,
) -> Option<TransactionAccount> {
self.check_message_for_nonce(tx.message())
None
// self.check_message_for_nonce(tx.message())
}
pub fn check_transactions(