Update InvalidRentPayingAccount error (#23680)
This commit is contained in:
@ -127,9 +127,7 @@ pub enum TransactionError {
|
||||
InvalidAddressLookupTableIndex,
|
||||
|
||||
/// Transaction leaves an account with a lower balance than rent-exempt minimum
|
||||
#[error(
|
||||
"Transaction leaves an account with data with a lower balance than rent-exempt minimum"
|
||||
)]
|
||||
#[error("Transaction leaves an account with a lower balance than rent-exempt minimum")]
|
||||
InvalidRentPayingAccount,
|
||||
|
||||
/// Transaction would exceed max Vote Cost Limit
|
||||
|
Reference in New Issue
Block a user