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 2fdcf05Copy full SHA for 2fdcf05
lightning/src/events/bump_transaction/sync.rs
@@ -20,8 +20,7 @@ use super::{
20
WalletSource,
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.
+/// A synchronous version of the [`WalletSource`] trait.
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