From 0ef5140e334085f150a60da6f6233dc2ecfb4a89 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 12 Apr 2017 17:47:14 +0200 Subject: add exchanges to currency info --- src/wallet.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wallet.ts') diff --git a/src/wallet.ts b/src/wallet.ts index 506cde1f4..d52bfef6f 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -221,7 +221,8 @@ const builtinCurrencies: CurrencyRecord[] = [ expirationStamp: (new Date(2027, 1)).getTime(), auditorPub: "XN9KMN5G2KGPCAN0E89MM5HE8FV4WBWA9KDTMTDR817MWBCYA7H0", }, - ] + ], + exchanges: [], }, ]; -- cgit v1.2.3