Update 21coin.json

Added peerMagic needed for p2p block notifications
This commit is contained in:
crackfoo 2014-06-03 13:24:18 -03:00
parent d2b6e89c4d
commit bea3bd8d20
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{
"name": "21coin",
"symbol": "21",
"algorithm": "sha256"
"algorithm": "sha256", ·····································
"peerMagic": "21212121", ·····································
"peerMagicTestnet": "01fefe05"
}