Update alphacoin.json

Added peerMagic. Needed for p2p block notifications
This commit is contained in:
crackfoo 2014-06-03 13:26:03 -03:00
parent d2b6e89c4d
commit 509828b30e
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
{
"name": "Alphacoin",
"symbol": "ALF",
"algorithm": "scrypt"
}
"algorithm": "scrypt",
"peerMagic": "fbc0b6db", ·····································
"peerMagicTestnet": "fcc1b7dc"
}