Skip to content

Commit e14e1ad

Browse files
committed
Fix typo in src/lib.rs
1 parent aca08e4 commit e14e1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ impl<K: KVStore + Sync + Send + 'static> Node<K> {
10241024
///
10251025
/// **Note:** The wallets are regularly synced in the background, which is configurable via
10261026
/// [`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
1027+
/// Therefore, using this blocking sync method is almost always redundant and should be avoided
10281028
/// where possible.
10291029
pub fn sync_wallets(&self) -> Result<(), Error> {
10301030
let rt_lock = self.runtime.read().unwrap();

0 commit comments

Comments
 (0)