Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
runtime: disable durable nonces
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jun 1, 2022
1 parent 0b55888 commit f261a4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/src/bank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3753,9 +3753,10 @@ impl Bank {

pub fn check_transaction_for_nonce(
&self,
tx: &SanitizedTransaction,
_tx: &SanitizedTransaction,
) -> Option<(Pubkey, AccountSharedData)> {
self.check_message_for_nonce(tx.message())
None
// self.check_message_for_nonce(tx.message())
}

pub fn check_transactions(
Expand Down

0 comments on commit f261a4d

Please sign in to comment.