This commit is contained in:
Jordan Earls 2014-04-25 01:12:01 -04:00
parent 4191f5b794
commit 23ab72f514

View File

@ -89,7 +89,7 @@ var myCoin = {
"name": "Dogecoin",
"symbol": "DOGE",
"algorithm": "scrypt",
"nValue": 1024, //optional. Defaults to 1
"nValue": 1024, //optional. Defaults to 1024
"rValue": 1, //optional. Defaults to 1
"txMessages": false, //or true (not required, defaults to false)
};