Fix broken nightly docs
This commit is contained in:
parent
b11c86d074
commit
d7bfe68e2d
@ -29,6 +29,8 @@ use crate::error::Error;
|
|||||||
/// Depending on the [capabilities](crate::blockchain::Blockchain::get_capabilities) of the
|
/// Depending on the [capabilities](crate::blockchain::Blockchain::get_capabilities) of the
|
||||||
/// [`Blockchain`] backend, the method could fail when called with old "historical" transactions or
|
/// [`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.
|
/// with unconfirmed transactions that have been evicted from the backend's memory.
|
||||||
|
///
|
||||||
|
/// [`Blockchain`]: crate::blockchain::Blockchain
|
||||||
pub fn verify_tx<D: Database, B: GetTx>(
|
pub fn verify_tx<D: Database, B: GetTx>(
|
||||||
tx: &Transaction,
|
tx: &Transaction,
|
||||||
database: &D,
|
database: &D,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user