Skip to content

Commit

Permalink
doc: fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 19, 2024
1 parent b8dfa65 commit 1eb44ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion psbt/src/csval/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down
2 changes: 0 additions & 2 deletions psbt/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1eb44ab

Please sign in to comment.