We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed69618 commit 3ea8fffCopy full SHA for 3ea8fff
1 file changed
src/subdomains/core/aml/services/aml-helper.service.ts
@@ -338,7 +338,6 @@ export class AmlHelperService {
338
errors.push(AmlError.ACCOUNT_IBAN_BLACKLISTED);
339
340
const bank = banks.find((b) => b.iban === entity.bankTx.accountIban);
341
- if (bank?.sctInst && !entity.outputAsset.instantBuyable) errors.push(AmlError.ASSET_NOT_INSTANT_BUYABLE);
342
if (bank && !bank.amlEnabled) errors.push(AmlError.BANK_DEACTIVATED);
343
} else if (entity.checkoutTx) {
344
// checkout
0 commit comments