]> Untitled Git - bdk/commitdiff
Fix broken nightly docs
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 28 Sep 2022 18:38:31 +0000 (20:38 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Thu, 29 Sep 2022 10:00:11 +0000 (12:00 +0200)
src/wallet/verify.rs

index 0f12e05609d05260cfddf51354f3db1cea049e7d..084388b91aef6a4e1c595610b759afe5737cdfe9 100644 (file)
@@ -29,6 +29,8 @@ use crate::error::Error;
 /// Depending on the [capabilities](crate::blockchain::Blockchain::get_capabilities) of the
 /// [`Blockchain`] backend, the method could fail when called with old "historical" transactions or
 /// with unconfirmed transactions that have been evicted from the backend's memory.
+///
+/// [`Blockchain`]: crate::blockchain::Blockchain
 pub fn verify_tx<D: Database, B: GetTx>(
     tx: &Transaction,
     database: &D,