Skip to content

Commit

Permalink
seals: doc improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 6, 2023
1 parent aa0e7f7 commit d2df6e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions seals/src/txout/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ use strict_encoding::StrictDumb;

use crate::txout::{TxoSeal, VerifyError};

/// Witness of a seal being closed.
/// Witness of a bitcoin-based seal being closed. Includes both transaction and
/// extra-transaction data.
pub struct Witness {
/// Witness transaction: transaction which contains commitment to the
/// message over which the seal is closed.
Expand All @@ -36,7 +37,7 @@ pub struct Witness {
/// Transaction id of the witness transaction above.
pub txid: Txid,

/// Multi-protocol commitment proof from MPC anchor.
/// Deterministic bitcoin commitment proof from the anchor.
pub proof: Proof,
}

Expand Down

0 comments on commit d2df6e6

Please sign in to comment.