Skip to content

Commit 2fdcf05

Browse files
committed
f: backtick comment
1 parent 2fc52f0 commit 2fdcf05

File tree

1 file changed

+1
-2
lines changed
  • lightning/src/events/bump_transaction

1 file changed

+1
-2
lines changed

lightning/src/events/bump_transaction/sync.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ use super::{
2020
WalletSource,
2121
};
2222

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.
23+
/// A synchronous version of the [`WalletSource`] trait.
2524
pub trait WalletSourceSync {
2625
/// A synchronous version of [`WalletSource::list_confirmed_utxos`].
2726
fn list_confirmed_utxos(&self) -> Result<Vec<Utxo>, ()>;

0 commit comments

Comments
 (0)