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(
|
pub fn check_transaction_for_nonce(
|
||||||
&self,
|
&self,
|
||||||
tx: &SanitizedTransaction,
|
_tx: &SanitizedTransaction,
|
||||||
) -> Option<TransactionAccount> {
|
) -> Option<TransactionAccount> {
|
||||||
self.check_message_for_nonce(tx.message())
|
None
|
||||||
|
// self.check_message_for_nonce(tx.message())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn check_transactions(
|
pub fn check_transactions(
|
||||||
|
|
Loading…
Reference in New Issue