Skip to content

Commit

Permalink
docs(explain spending counter removal): key-hole surgery
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Jan 24, 2024
1 parent 4ab8a67 commit 24cb99c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ mod tests {
assert!(SpendingCounterIncreasing::new_from_counters(counters).is_err());
}

#[ignore]
#[quickcheck_macros::quickcheck]
pub fn spending_counter_increasing_increment(mut index: usize) -> TestResult {
let mut sc_increasing = SpendingCounterIncreasing::default();
Expand Down

0 comments on commit 24cb99c

Please sign in to comment.