Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Mar 22, 2024
1 parent d12be48 commit 0159dc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/src/wallet/operations/syncing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ use crate::{
};

impl<S: 'static + SecretManage> Wallet<S> {
// TODO: can we rename this to `set_fallback_sync_options`? It's no biggie, but if I read `default` in Rust
// if feels like it would use `SyncOptions::default()`, but that's not what we mean here, right?
/// Set the default SyncOptions for account syncing.
/// If storage is enabled, will persist during restarts.
pub async fn set_default_sync_options(&self, options: SyncOptions) -> Result<(), WalletError> {
Expand Down

0 comments on commit 0159dc9

Please sign in to comment.