We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65779f0 commit f6ff7efCopy full SHA for f6ff7ef
packages/neuron-wallet/src/controllers/transactions.ts
@@ -7,7 +7,7 @@ import WalletsService from '../services/wallets'
7
import { Controller as ControllerDecorator, CatchControllerError } from '../decorators'
8
import { Channel, ResponseCode } from '../utils/const'
9
import { TransactionNotFound, CurrentWalletNotSet, ServiceHasNoResponse } from '../exceptions'
10
-import LockUtils from '../utils/lock-utils'
+import LockUtils from '../models/lock-utils'
11
12
/**
13
* @class TransactionsController
0 commit comments