Skip to content

Commit 3ea8fff

Browse files
authored
[NOTASK] remove instant aml check (#3527)
1 parent ed69618 commit 3ea8fff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/subdomains/core/aml/services/aml-helper.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ export class AmlHelperService {
338338
errors.push(AmlError.ACCOUNT_IBAN_BLACKLISTED);
339339

340340
const bank = banks.find((b) => b.iban === entity.bankTx.accountIban);
341-
if (bank?.sctInst && !entity.outputAsset.instantBuyable) errors.push(AmlError.ASSET_NOT_INSTANT_BUYABLE);
342341
if (bank && !bank.amlEnabled) errors.push(AmlError.BANK_DEACTIVATED);
343342
} else if (entity.checkoutTx) {
344343
// checkout

0 commit comments

Comments
 (0)