Rename from account userdata to data (#8224)

This commit is contained in:
Jack May
2020-02-11 16:30:22 -08:00
committed by GitHub
parent 72b11081a4
commit 059764586a
7 changed files with 30 additions and 30 deletions

View File

@@ -211,7 +211,7 @@ pub fn check_trade(side: OrderSide, tokens: u64, price: u64) -> Result<(), Excha
/// Type of exchange account, account's user data is populated with this enum
#[derive(Clone, Copy, Debug, Deserialize, Eq, PartialEq, Serialize)]
pub enum ExchangeState {
/// Account's Userdata is unallocated
/// Account's data is unallocated
Unallocated,
// Token account
Account(TokenAccountInfo),