Skip to content

Commit

Permalink
seals: add derives for Witness
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 12, 2024
1 parent 6ae56d5 commit 8f23033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions seals/src/txout/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use crate::SealCloseMethod;

/// Witness of a bitcoin-based seal being closed. Includes both transaction and
/// extra-transaction data.
#[derive(Clone, Eq, PartialEq, Hash, Debug)]
pub struct Witness<D: dbc::Proof<M>, M: DbcMethod = Method> {
/// Witness transaction: transaction which contains commitment to the
/// message over which the seal is closed.
Expand Down

0 comments on commit 8f23033

Please sign in to comment.