From 52b90cc31a826789bc0b97aa10948ed16968756b Mon Sep 17 00:00:00 2001 From: EzePze Date: Sun, 8 Sep 2024 12:28:32 +1000 Subject: [PATCH] ci --- packages/blaze-core/src/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blaze-core/src/errors.ts b/packages/blaze-core/src/errors.ts index aa42298..d46f362 100644 --- a/packages/blaze-core/src/errors.ts +++ b/packages/blaze-core/src/errors.ts @@ -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"); }