Fix broken nightly docs

This commit is contained in:
Alekos Filini 2022-09-28 20:38:31 +02:00
parent b11c86d074
commit d7bfe68e2d
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View 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,