From 9b42599cb6c8c61cdb09a05af78493916f34de10 Mon Sep 17 00:00:00 2001 From: Jiege Date: Wed, 18 Dec 2024 00:08:05 +0800 Subject: [PATCH] Update tokens.md Fix the mistake: COption -> Option --- docs/core/tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tokens.md b/docs/core/tokens.md index 0cbd5cf23..833516abb 100644 --- a/docs/core/tokens.md +++ b/docs/core/tokens.md @@ -154,7 +154,7 @@ pub struct Account { pub amount: u64, /// If `delegate` is `Some` then `delegated_amount` represents /// the amount authorized by the delegate - pub delegate: COption, + pub delegate: Option, /// The account's state pub state: AccountState, /// If is_native.is_some, this is a native token, and the value logs the