diff --git a/src/wallet/verify.rs b/src/wallet/verify.rs index 0f12e05609..084388b91a 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,