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 c7b261d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions psbt/src/csval/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ 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,
MpcPsbtError, PSBT_MPC_PREFIX, PSBT_OUT_MPC_COMMITMENT, PSBT_OUT_MPC_ENTROPY,
PSBT_OUT_MPC_MESSAGE, PSBT_OUT_MPC_MIN_TREE_DEPTH, 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 c7b261d

Please sign in to comment.