summaryrefslogtreecommitdiff
path: root/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-03 15:04:18 -0300
committerTorsten Grote <t@grobox.de>2020-08-03 15:04:18 -0300
commite3fb6f93d05b8d8148cc3958b59bc16741fc32f9 (patch)
tree563171f01b4c87b82d8b8c10c14320ac875f008b /src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt
parent33ab2485b984787a2eb774e407b413b9d7c62116 (diff)
downloadwallet-kotlin-e3fb6f93d05b8d8148cc3958b59bc16741fc32f9.tar.gz
wallet-kotlin-e3fb6f93d05b8d8148cc3958b59bc16741fc32f9.tar.bz2
wallet-kotlin-e3fb6f93d05b8d8148cc3958b59bc16741fc32f9.zip
Implement beginning of public API for iOS test
Diffstat (limited to 'src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt')
-rw-r--r--src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt b/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt
index e4a99b7..3af430f 100644
--- a/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt
+++ b/src/commonMain/kotlin/net/taler/wallet/kotlin/exchange/Exchange.kt
@@ -53,7 +53,7 @@ internal class Exchange(
) {
companion object {
- private const val PROTOCOL_VERSION = "7:0:0"
+ private const val PROTOCOL_VERSION = "8:0:0"
fun getVersionMatch(version: String) = compareVersions(PROTOCOL_VERSION, version)
fun normalizeUrl(exchangeBaseUrl: String): String {
var url = exchangeBaseUrl