Skip to content

Commit 0500286

Browse files
doc(input-selection): fix typo on UtxoBalanceInsufficient documentation
1 parent 509801f commit 0500286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/input-selection/src/InputSelectionError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { CustomError } from 'ts-custom-error';
33
export enum InputSelectionFailure {
44
/**
55
* 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).
6+
* is less than the total value of all entries in the requested output set (the amount of money required).
77
*/
88
UtxoBalanceInsufficient = 'UTxO Balance Insufficient',
99
/**

0 commit comments

Comments
 (0)