(cherry picked from commit 410463fb72
)
Co-authored-by: Tyera Eulberg <tyera@solana.com>
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