Skip to content

Commit

Permalink
fix: remove handleError
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduma-ledger committed Jul 18, 2024
1 parent 59f60f6 commit 8225946
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ export class ExchangeSDK {
account.address,
BigInt(initialAtomicAmount.toString())
).catch((error: Error) => {
this.handleError(error);
throw error;
});

Expand All @@ -355,7 +354,6 @@ export class ExchangeSDK {
customFeeConfig,
})
.catch((error: Error) => {
this.handleError(error);
throw error;
});

Expand Down

0 comments on commit 8225946

Please sign in to comment.