Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathanWhite committed Sep 1, 2021
1 parent e32bb32 commit 12f44d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/exchange-crypto/exchange-crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ export class ExchangeCryptoPage {
}

private checkConfirmation(ms: number) {
this.logger.debug('Swap - checking confirmation');
this.timeout = setTimeout(() => this.verifyAllowances(), ms || 15000);
}

Expand Down

0 comments on commit 12f44d7

Please sign in to comment.