Skip to content

Commit

Permalink
import logger
Browse files Browse the repository at this point in the history
  • Loading branch information
leolambo committed Jun 17, 2024
1 parent 7589448 commit 1378cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-wallet-service/src/lib/chain/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BchChain } from './bch';
import { BtcChain } from './btc';
import { DogeChain } from './doge';
import { EthChain } from './eth';
import logger from './logger';
import logger from './../logger';
import { LtcChain } from './ltc';
import { MaticChain } from './matic';
import { OpChain } from './op';
Expand Down

0 comments on commit 1378cfd

Please sign in to comment.