(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,
|
InvalidAddressLookupTableIndex,
|
||||||
|
|
||||||
/// Transaction leaves an account with a lower balance than rent-exempt minimum
|
/// Transaction leaves an account with a lower balance than rent-exempt minimum
|
||||||
#[error(
|
#[error("Transaction leaves an account with a lower balance than rent-exempt minimum")]
|
||||||
"Transaction leaves an account with data with a lower balance than rent-exempt minimum"
|
|
||||||
)]
|
|
||||||
InvalidRentPayingAccount,
|
InvalidRentPayingAccount,
|
||||||
|
|
||||||
/// Transaction would exceed max Vote Cost Limit
|
/// Transaction would exceed max Vote Cost Limit
|
||||||
|
Reference in New Issue
Block a user