Update dogecoin.json

Updated peerMagic and peerMagicTestnet for Dogecoin according to latest updates of main nomp repo.
This commit is contained in:
Ondalf 2014-05-03 13:19:53 +03:00
parent 6984c4fccc
commit 3a5fc1e281
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
{
"name": "Dogecoin",
"symbol": "DOGE",
"algorithm": "scrypt"
}
"algorithm": "scrypt",
"peerMagic": "c0c0c0c0",
"peerMagicTestnet": "fcc1b7dc"
}