Skip to content

Commit f6ff7ef

Browse files
committed
fix: fix tx controller imports
1 parent 65779f0 commit f6ff7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neuron-wallet/src/controllers/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import WalletsService from '../services/wallets'
77
import { Controller as ControllerDecorator, CatchControllerError } from '../decorators'
88
import { Channel, ResponseCode } from '../utils/const'
99
import { TransactionNotFound, CurrentWalletNotSet, ServiceHasNoResponse } from '../exceptions'
10-
import LockUtils from '../utils/lock-utils'
10+
import LockUtils from '../models/lock-utils'
1111

1212
/**
1313
* @class TransactionsController

0 commit comments

Comments
 (0)