Skip to content

Commit

Permalink
no more vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin committed Jun 19, 2024
1 parent de6af92 commit 136e71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cooked/Skeleton.hs
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ applyEmulatorParamsModification Nothing = id

-- | Describe which UTxOs to use as collaterals
data CollateralUtxos
= -- | Rely on automated computation with vanilla UTxOs from the balancing
= -- | Rely on automated computation with only-value UTxOs from the balancing
-- wallet. Return collaterals will be sent to this wallet.
CollateralUtxosFromBalancingWallet
| -- | Rely on automated computation with vanilla UTxOs from a given
| -- | Rely on automated computation with only-value UTxOs from a given
-- wallet. Return collaterals will be sent to this wallet.
CollateralUtxosFromWallet Wallet
| -- | Manually provide a set of candidate UTxOs to be used as collaterals
Expand Down

0 comments on commit 136e71c

Please sign in to comment.