We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509801f commit 0500286Copy full SHA for 0500286
packages/input-selection/src/InputSelectionError.ts
@@ -3,7 +3,7 @@ import { CustomError } from 'ts-custom-error';
3
export enum InputSelectionFailure {
4
/**
5
* Total value of the entries within the initial UTxO set (the amount of money available)
6
- * is less than the the total value of all entries in the requested output set (the amount of money required).
+ * is less than the total value of all entries in the requested output set (the amount of money required).
7
*/
8
UtxoBalanceInsufficient = 'UTxO Balance Insufficient',
9
0 commit comments