aboutsummaryrefslogtreecommitdiff
path: root/extension/popup/popup.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-11 11:29:57 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-11 11:30:41 +0100
commit164d5f20c3dbb60c8898fb4aa7d729ec8d9b7537 (patch)
tree20f6461bb48a89a455fff82ac3cc4f2cde020ac1 /extension/popup/popup.tsx
parent47f2084706aaa79c2f2bc4851f487b7badf9d60a (diff)
refactoring; make wallet follow new bank protocol
Diffstat (limited to 'extension/popup/popup.tsx')
-rw-r--r--extension/popup/popup.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/popup/popup.tsx b/extension/popup/popup.tsx
index ebd77dd2e..97ea438bd 100644
--- a/extension/popup/popup.tsx
+++ b/extension/popup/popup.tsx
@@ -20,7 +20,7 @@
"use strict";
-import {substituteFulfillmentUrl} from "../lib/web-common";
+import {substituteFulfillmentUrl} from "../lib/wallet/helpers";
declare var m: any;
declare var i18n: any;