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 2fc52f0 commit 93e5d7eCopy full SHA for 93e5d7e
lightning/src/events/bump_transaction/sync.rs
@@ -21,7 +21,7 @@ use super::{
21
};
22
23
/// A synchronous version of the [`WalletSource`] trait. Implementations of this trait should be wrapped in
24
-/// WalletSourceSyncWrapper for it to be used within rust-lightning.
+/// [`WalletSourceSyncWrapper`] for it to be used within LDK.
25
pub trait WalletSourceSync {
26
/// A synchronous version of [`WalletSource::list_confirmed_utxos`].
27
fn list_confirmed_utxos(&self) -> Result<Vec<Utxo>, ()>;
0 commit comments