We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca08e4 commit e14e1adCopy full SHA for e14e1ad
src/lib.rs
@@ -1024,7 +1024,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
1024
///
1025
/// **Note:** The wallets are regularly synced in the background, which is configurable via
1026
/// [`Config::onchain_wallet_sync_interval_secs`] and [`Config::wallet_sync_interval_secs`].
1027
- /// Therefore, using this blocking sync method is almost always redudant and should be avoided
+ /// Therefore, using this blocking sync method is almost always redundant and should be avoided
1028
/// where possible.
1029
pub fn sync_wallets(&self) -> Result<(), Error> {
1030
let rt_lock = self.runtime.read().unwrap();
0 commit comments