From 52308ad8af3f91cc5bbf92e4af3918ef94e43175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E7=95=9C=E7=84=A1=E5=AE=B3?= Date: Tue, 5 Mar 2019 06:25:03 +0900 Subject: [PATCH] fix KotoTestnet asc link (#132) * fix KotoTestnet asc link * typo --- configs/coins/koto_testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/coins/koto_testnet.json b/configs/coins/koto_testnet.json index cd9cd3ac..07c1f36c 100644 --- a/configs/coins/koto_testnet.json +++ b/configs/coins/koto_testnet.json @@ -25,7 +25,7 @@ "version": "2.0.3", "binary_url": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz", "verification_type": "gpg", - "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3.tar.gz.asc", + "verification_source": "https://github.com/KotoDevelopers/koto/releases/download/v2.0.3/koto-2.0.3-linux64.tar.gz.asc", "extract_command": "tar -C backend --strip 1 -xf", "exclude_files": [ "bin/koto-qt"