summaryrefslogtreecommitdiff
path: root/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-04 19:27:50 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-04 19:27:50 +0200
commit55a1b25ea2312f2e0bd476513015b952ace914dd (patch)
tree5bdfdda20eeec9751bb0b545a64105b73136ec0c /src/wallet.ts
parent4d70795c98cb78fbbd5473071a0365bdeb406312 (diff)
downloadwallet-core-55a1b25ea2312f2e0bd476513015b952ace914dd.tar.gz
wallet-core-55a1b25ea2312f2e0bd476513015b952ace914dd.tar.bz2
wallet-core-55a1b25ea2312f2e0bd476513015b952ace914dd.zip
Add libtool version comparison module and tests
Diffstat (limited to 'src/wallet.ts')
-rw-r--r--src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.ts b/src/wallet.ts
index 1d72489c0..80ba533c0 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -321,7 +321,7 @@ export interface ConfigRecord {
}
-const WALLET_PROTOCOL_VERSION = "0:0:0";
+export const WALLET_PROTOCOL_VERSION = "0:0:0";
const builtinCurrencies: CurrencyRecord[] = [
{