|
@@ -95,9 +95,9 @@ pub struct Account {
|
|
|
pub delegate: COption<Pubkey>,
|
|
|
/// The account's state
|
|
|
pub state: AccountState,
|
|
|
- /// If is_some, this is a native token, and the value logs the rent-exempt reserve. An Account
|
|
|
- /// is required to be rent-exempt, so the value is used by the Processor to ensure that wrapped
|
|
|
- /// SOL accounts do not drop below this threshold.
|
|
|
+ /// If is_native.is_some, this is a native token, and the value logs the rent-exempt reserve. An
|
|
|
+ /// Account is required to be rent-exempt, so the value is used by the Processor to ensure that
|
|
|
+ /// wrapped SOL accounts do not drop below this threshold.
|
|
|
pub is_native: COption<u64>,
|
|
|
/// The amount delegated
|
|
|
pub delegated_amount: u64,
|