Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Nov 24, 2023
1 parent 3b92cdb commit a31f5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ impl ::std::error::Error for SighashTypeParseError {}


/// Logically equivalent to [`TxOut`] but encode/decode also the witness
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize), serde(crate = "actual_serde"))]
#[derive(Clone, Debug, PartialEq)]
pub struct TxOutWithWitness(TxOut);

Expand Down

0 comments on commit a31f5b8

Please sign in to comment.