Update InvalidRentPayingAccount error (#23680)

This commit is contained in:
Tyera Eulberg
2022-03-15 21:41:16 -06:00
committed by GitHub
parent 2da4e3eb6c
commit 410463fb72

View File

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