mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
Merge pull request #1954 from nspcc-dev/fix-testnet-tests
netmode: fix testnet magic
This commit is contained in:
commit
a4b54b2e8a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const (
|
|||
// MainNet contains magic code used in the NEO main official network.
|
||||
MainNet Magic = 0x004f454e // 5195086
|
||||
// TestNet contains magic code used in the NEO testing network.
|
||||
TestNet Magic = 0x3154334e // 827601742
|
||||
TestNet Magic = 0x3254334e // N3T2
|
||||
// PrivNet contains magic code usually used for NEO private networks.
|
||||
PrivNet Magic = 56753 // docker privnet
|
||||
// UnitTestNet is a stub magic code used for testing purposes.
|
||||
|
|
Loading…
Reference in a new issue