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 e006287 commit 907be67Copy full SHA for 907be67
crates/bdk/src/wallet/mod.rs
@@ -1962,7 +1962,7 @@ impl<D> Wallet<D> {
1962
self.persist.commit().map(|c| c.is_some())
1963
}
1964
1965
- /// 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`].
1966
///
1967
/// [`commit`]: Self::commit
1968
pub fn staged(&self) -> &ChangeSet
0 commit comments