fix typo
This commit is contained in:
parent
4191f5b794
commit
23ab72f514
@ -89,7 +89,7 @@ var myCoin = {
|
|||||||
"name": "Dogecoin",
|
"name": "Dogecoin",
|
||||||
"symbol": "DOGE",
|
"symbol": "DOGE",
|
||||||
"algorithm": "scrypt",
|
"algorithm": "scrypt",
|
||||||
"nValue": 1024, //optional. Defaults to 1
|
"nValue": 1024, //optional. Defaults to 1024
|
||||||
"rValue": 1, //optional. Defaults to 1
|
"rValue": 1, //optional. Defaults to 1
|
||||||
"txMessages": false, //or true (not required, defaults to false)
|
"txMessages": false, //or true (not required, defaults to false)
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user