Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze committed Sep 8, 2024
1 parent 32ac2b2 commit 52b90cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blaze-core/src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class UTxOSelectionError extends Error {
public dearth: Value,
public availableInputs?: TransactionUnspentOutput[],
public selectedInputs?: TransactionUnspentOutput[],
public bestStep?: [bigint, Value, number],
public bestStep?: [bigint | number, Value, number],
) {
super("UTxO Balance Insufficient");
}
Expand Down

0 comments on commit 52b90cc

Please sign in to comment.