Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Apr 23, 2024
1 parent f3e601d commit c0c06a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yoroi-extension/app/api/ada/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ export default class AdaApi {
`${nameof(AdaApi)}::${nameof(this.createUnsignedTxForUtxos)} error: ` + stringifyError(error)
);
if (error instanceof LocalizableError) throw error;
throw error;
throw new GenericApiError();
}
}

Expand Down

0 comments on commit c0c06a1

Please sign in to comment.