Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yancyribbens committed Feb 5, 2025
1 parent 5d1f472 commit 0d201e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ mod tests {
}

#[derive(Debug, Clone, PartialEq, Ord, Eq, PartialOrd, Arbitrary)]
// satisfaction_weight = weight - 160
//
// satisfaction_weight does no include the base_weight of 160.
//
// Currently weight is used to
// mimic core branch and bound while satisfaction_weight is used to mimic core coin-grinder.
pub struct Utxo {
pub output: TxOut,
pub weight: Weight,
Expand Down

0 comments on commit 0d201e3

Please sign in to comment.