From 741645ba32ef4c48f2e0dc16e57a842543a6887c Mon Sep 17 00:00:00 2001 From: tivotyro Date: Tue, 5 Jul 2016 15:14:12 -0500 Subject: [PATCH] Adding Testnet Dogecoin to index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cbc87d6..d52213e 100644 --- a/index.html +++ b/index.html @@ -10517,7 +10517,7 @@ janin.currencies = [ janin.currency.createCurrency ("WorldCoin", 0x49, 0xc9, "7", "W" , "WNmGkn2WQZKS6xKHEsj5AqSbuE4sh9Upyb"), janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"), - janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c", null) + janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c", null), janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c", null) ];