From 1eb44ab85dea3a3fc6d2202c52eaa3f903cca331 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Tue, 19 Mar 2024 15:32:42 +0100 Subject: [PATCH] doc: fix references --- psbt/src/csval/mod.rs | 2 +- psbt/src/data.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/psbt/src/csval/mod.rs b/psbt/src/csval/mod.rs index 834ba89..7d47064 100644 --- a/psbt/src/csval/mod.rs +++ b/psbt/src/csval/mod.rs @@ -32,7 +32,7 @@ pub mod tapret; pub use dbc::DbcPsbtError; pub use mpc::{ MpcPsbtError, PSBT_MPC_PREFIX, PSBT_OUT_MPC_ENTROPY, PSBT_OUT_MPC_MESSAGE, - PSBT_OUT_MPC_MIN_TREE_DEPTH, + PSBT_OUT_MPC_MIN_TREE_DEPTH, PSBT_OUT_MPC_COMMITMENT, PSBT_OUT_MPC_PROOF }; pub use opret::{OpretKeyError, PSBT_OPRET_PREFIX, PSBT_OUT_OPRET_COMMITMENT, PSBT_OUT_OPRET_HOST}; pub use tapret::{ diff --git a/psbt/src/data.rs b/psbt/src/data.rs index adb3f1b..a321511 100644 --- a/psbt/src/data.rs +++ b/psbt/src/data.rs @@ -69,8 +69,6 @@ impl Prevout { /// of inputs) fail to parse outputs (for transactions containing just a one output). /// /// `UnsignedTx` also ensures invariant that none of its inputs contain witnesses or sigscripts. -/// -/// [`Tx`]: bpstd::Tx #[derive(Clone, Eq, PartialEq, Hash, Debug)] #[cfg_attr( feature = "strict_encoding",