summaryrefslogtreecommitdiff
path: root/src/operations/versions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations/versions.ts')
-rw-r--r--src/operations/versions.ts10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/operations/versions.ts b/src/operations/versions.ts
index 8b55bd4d5..cfe6ed49f 100644
--- a/src/operations/versions.ts
+++ b/src/operations/versions.ts
@@ -15,14 +15,20 @@
*/
/**
- * Wallet protocol version spoken with the exchange
- * and merchant.
+ * Protocol version spoken with the exchange.
*
* Uses libtool's current:revision:age versioning.
*/
export const WALLET_EXCHANGE_PROTOCOL_VERSION = "7:0:0";
/**
+ * Protocol version spoken with the merchant.
+ *
+ * Uses libtool's current:revision:age versioning.
+ */
+export const WALLET_MERCHANT_PROTOCOL_VERSION = "0:0:0";
+
+/**
* Cache breaker that is appended to queries such as /keys and /wire
* to break through caching, if it has been accidentally/badly configured
* by the exchange.