From 79c5efc9ab765ff7360ffeeb73c99be1aa1d4d22 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 20 Nov 2023 13:44:46 +0100 Subject: [PATCH] Doc --- sdk/src/wallet/operations/syncing/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/wallet/operations/syncing/options.rs b/sdk/src/wallet/operations/syncing/options.rs index efedf25bda..fe6d9c5489 100644 --- a/sdk/src/wallet/operations/syncing/options.rs +++ b/sdk/src/wallet/operations/syncing/options.rs @@ -42,7 +42,7 @@ pub struct SyncOptions { /// Sync native token foundries, so their metadata can be returned in the balance. #[serde(default = "default_sync_native_token_foundries")] pub sync_native_token_foundries: bool, - /// + /// Sync implicit accounts. #[serde(default = "default_sync_implicit_accounts")] pub sync_implicit_accounts: bool, }