Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 20, 2023
1 parent 690810a commit 79c5efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/wallet/operations/syncing/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 79c5efc

Please sign in to comment.