aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/018.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2018-04-28 06:17:46 +0800
committerGitHub <noreply@github.com>2018-04-28 06:17:46 +0800
commit2b9925a9e4d5a1495c8ccf4a265a179eca7868ad (patch)
tree115894ccacbd1d367c09e63ce40bf318d41fd6e4 /app/scripts/migrations/018.js
parent387ec5b5538ecfa58ee9468e9b2c478b0d4285f4 (diff)
parent4e7b0ff15c5a57cd58497aa292c884a97e8a5d23 (diff)
downloadtangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.gz
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.bz2
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.lz
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.xz
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.tar.zst
tangerine-wallet-browser-2b9925a9e4d5a1495c8ccf4a265a179eca7868ad.zip
Merge pull request #4110 from MetaMask/master
Develop - Add commits to develop that are already in Master
Diffstat (limited to 'app/scripts/migrations/018.js')
-rw-r--r--app/scripts/migrations/018.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/migrations/018.js b/app/scripts/migrations/018.js
index bea1fe3da..ffbf24a4b 100644
--- a/app/scripts/migrations/018.js
+++ b/app/scripts/migrations/018.js
@@ -7,7 +7,7 @@ This migration updates "transaction state history" to diffs style
*/
const clone = require('clone')
-const txStateHistoryHelper = require('../lib/tx-state-history-helper')
+const txStateHistoryHelper = require('../controllers/transactions/lib/tx-state-history-helper')
module.exports = {