We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11c86d commit d7bfe68Copy full SHA for d7bfe68
src/wallet/verify.rs
@@ -29,6 +29,8 @@ use crate::error::Error;
29
/// Depending on the [capabilities](crate::blockchain::Blockchain::get_capabilities) of the
30
/// [`Blockchain`] backend, the method could fail when called with old "historical" transactions or
31
/// with unconfirmed transactions that have been evicted from the backend's memory.
32
+///
33
+/// [`Blockchain`]: crate::blockchain::Blockchain
34
pub fn verify_tx<D: Database, B: GetTx>(
35
tx: &Transaction,
36
database: &D,
0 commit comments