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 36ebc3e commit 4ab8a67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ impl SpendingCounterIncreasing {
///
/// If the counter match succesfully, then the counter at this lane is incremented by one.
pub fn next_verify(&mut self, _counter: SpendingCounter) -> Result<(), Error> {
// spending counter logic has been removed throughout, returning OK is the least invasive action at the moment.
// Prod chain-libs = https://github.com/input-output-hk/chain-libs/tree/catalyst-fund9-gold
Ok(())
}

Expand Down

0 comments on commit 4ab8a67

Please sign in to comment.