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 ccc90d8 commit 0b3a68cCopy full SHA for 0b3a68c
crates/bdk/src/wallet/mod.rs
@@ -2288,7 +2288,7 @@ impl<D> Wallet<D> {
2288
self.persist.commit().map(|c| c.is_some())
2289
}
2290
2291
- /// Returns the changes that will be staged with the next call to [`commit`].
+ /// Returns the changes that will be committed with the next call to [`commit`].
2292
///
2293
/// [`commit`]: Self::commit
2294
pub fn staged(&self) -> &ChangeSet
0 commit comments