Skip to content

Commit 93e5d7e

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lightning/src/events/bump_transaction/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use super::{
2121
};
2222

2323
/// 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.
24+
/// [`WalletSourceSyncWrapper`] for it to be used within LDK.
2525
pub trait WalletSourceSync {
2626
/// A synchronous version of [`WalletSource::list_confirmed_utxos`].
2727
fn list_confirmed_utxos(&self) -> Result<Vec<Utxo>, ()>;

0 commit comments

Comments
 (0)