From 15cd1630ce159c4c13a5a261f51bf927d98cc584 Mon Sep 17 00:00:00 2001 From: notTanveer Date: Wed, 9 Oct 2024 01:54:32 +0530 Subject: [PATCH] fixup --- e2e/helpers/common.helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/helpers/common.helper.ts b/e2e/helpers/common.helper.ts index e1dfc05..369d7d0 100644 --- a/e2e/helpers/common.helper.ts +++ b/e2e/helpers/common.helper.ts @@ -1,7 +1,7 @@ import { Payment, Transaction } from 'bitcoinjs-lib'; import { computeScantweak } from '@/indexer/indexer.service'; import { SATS_PER_BTC } from '@/common/constants'; -import currency from 'currency.js'; +import * as currency from 'currency.js'; export function generateScantweak( transaction: Transaction,