Skip to content

Commit

Permalink
Remove outdated comment from performSelection.
Browse files Browse the repository at this point in the history
The pre- and post-conditions are already fully described in the
portion of comment that remains.
  • Loading branch information
jonathanknowles committed Sep 28, 2021
1 parent 5eb4381 commit 05aae5a
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -721,11 +721,6 @@ type PerformSelection m outputs =
-- selection criteria, this function guarantees to return a 'SelectionResult'
-- for which 'selectionHasValidSurplus' returns 'True'.
--
-- This function also guarantees that:
--
-- inputsSelected ∪ utxoRemaining == utxoAvailable
-- inputsSelected ∩ utxoRemaining == ∅
--
performSelection
:: forall m. (HasCallStack, MonadRandom m)
=> PerformSelection m [TxOut]
Expand Down

0 comments on commit 05aae5a

Please sign in to comment.