From: Alekos Filini Date: Wed, 28 Sep 2022 18:38:31 +0000 (+0200) Subject: Fix broken nightly docs X-Git-Tag: v0.23.0-rc.1~1^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CodeLengthError.html?a=commitdiff_plain;h=d7bfe68e2df270ab799d36ebf3563e178ae50c6e;p=bdk Fix broken nightly docs --- diff --git a/src/wallet/verify.rs b/src/wallet/verify.rs index 0f12e056..084388b9 100644 --- a/src/wallet/verify.rs +++ b/src/wallet/verify.rs @@ -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( tx: &Transaction, database: &D,