Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed May 3, 2024
1 parent 3246c70 commit 8ba6cab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ export const makeShelleyWallet = (constants: typeof MAINNET | typeof TESTNET | t
}

private async _drawCollateralInMultipleUtxos(quantity: Balance.Quantity) {
// TODO: use only minimum required utxos
const possibleUtxos = findCollateralCandidates(this.utxos, {
maxLovelace: collateralConfig.maxLovelace,
minLovelace: asQuantity('0'),
Expand Down

0 comments on commit 8ba6cab

Please sign in to comment.