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) ];