diff --git a/runtime/src/accounts.rs b/runtime/src/accounts.rs index 2c4f7b9c53..09c1cd03a6 100644 --- a/runtime/src/accounts.rs +++ b/runtime/src/accounts.rs @@ -860,7 +860,7 @@ impl Accounts { (false, true, Some((_, _, Some(fee_payer_account)))) => { *account = fee_payer_account.clone(); } - _ => unreachable!(), + _ => panic!("unexpected nonce_rollback condition"), } } if account.rent_epoch == 0 {