Skip to content

Commit d7bfe68

Browse files
committed
Fix broken nightly docs
1 parent b11c86d commit d7bfe68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wallet/verify.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ use crate::error::Error;
2929
/// Depending on the [capabilities](crate::blockchain::Blockchain::get_capabilities) of the
3030
/// [`Blockchain`] backend, the method could fail when called with old "historical" transactions or
3131
/// with unconfirmed transactions that have been evicted from the backend's memory.
32+
///
33+
/// [`Blockchain`]: crate::blockchain::Blockchain
3234
pub fn verify_tx<D: Database, B: GetTx>(
3335
tx: &Transaction,
3436
database: &D,

0 commit comments

Comments
 (0)