aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-12 17:47:14 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-12 17:47:14 +0200
commit0ef5140e334085f150a60da6f6233dc2ecfb4a89 (patch)
tree9232dafb57bd652225155f1a6f27ec087ae7faac /src/pages
parente8bec33231a620579ccd1acd30824fd6c3a13dc2 (diff)
add exchanges to currency info
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/add-auditor.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/add-auditor.tsx b/src/pages/add-auditor.tsx
index 2eb98c4c3..3ec21f509 100644
--- a/src/pages/add-auditor.tsx
+++ b/src/pages/add-auditor.tsx
@@ -55,7 +55,7 @@ class ConfirmAuditor extends ImplicitStateComponent<ConfirmAuditorProps> {
}
if (!currency) {
- currency = { name: this.props.currency, auditors: [], fractionalDigits: 2 };
+ currency = { name: this.props.currency, auditors: [], fractionalDigits: 2, exchanges: [] };
}
let newAuditor = { auditorPub: this.props.auditorPub, baseUrl: this.props.url, expirationStamp: this.props.expirationStamp };