runtime: disable durable nonces
This commit is contained in:
parent
905fef29cb
commit
635bd40f09
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue