From 379684d8c90bf49908edac29c211d61c9946ab11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 24 Jun 2014 21:25:33 +0200 Subject: [PATCH] remove support for VikingCoin, as this currency seems to have a slightly different way to generate address. --- index.html | 3 +-- src/index.html | 2 +- src/janin.currency.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index c147429..921f514 100644 --- a/index.html +++ b/index.html @@ -10080,7 +10080,7 @@ h1 { margin: 0px; height: 91px; }

06.2014 --

06.2014 -- @@ -10332,7 +10332,6 @@ janin.currencies = [ janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"), janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"), janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"), - janin.currency.createCurrency ("Vikingcoin", 0x46, 0xc6, "7", "W" , "VETiNM9He1eDPvZM4KVyEu2dSkHEKSp4FR"), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) ]; diff --git a/src/index.html b/src/index.html index 965ae1e..973544f 100644 --- a/src/index.html +++ b/src/index.html @@ -549,7 +549,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

06.2014 --

06.2014 -- diff --git a/src/janin.currency.js b/src/janin.currency.js index 02eff92..f638cb8 100644 --- a/src/janin.currency.js +++ b/src/janin.currency.js @@ -112,7 +112,6 @@ janin.currencies = [ janin.currency.createCurrency ("Topcoin", 0x42, 0xc2, "7", "V" , "TmDTsQqqv1LWGw4xjGNiJ7ABwdCenf2BFF"), janin.currency.createCurrency ("TreasureHuntCoin",0x32,0xb2,"6", "T" , "MKnC2upgCNfVMS2phkV8SqGaXUGkn39EaX"), janin.currency.createCurrency ("Vertcoin", 0x47, 0xc7, "7", "W" , "VkmBz8JJWLP1sVH9sGwc1Fz7o5RtXLW4J5"), - janin.currency.createCurrency ("Vikingcoin", 0x46, 0xc6, "7", "W" , "VETiNM9He1eDPvZM4KVyEu2dSkHEKSp4FR"), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) ];