Update InvalidRentPayingAccount error (#23680) (#23693)

(cherry picked from commit 410463fb72)

Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
mergify[bot]
2022-03-16 05:25:23 +00:00
committed by GitHub
parent db43c5d46d
commit 3ac7e043a7

View File

@ -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