config: update testnet magic for RC4

See neo-project/neo-node#798 and https://github.com/neo-project/neo-node/releases/tag/v3.0.0-rc4
This commit is contained in:
Roman Khimov 2021-07-20 12:55:45 +03:00
parent c88ebaede9
commit f9a9d15490
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
ProtocolConfiguration:
Magic: 844378958
Magic: 877933390
MaxTraceableBlocks: 2102400
SecondsPerBlock: 15
MemPoolSize: 50000

View file

@ -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 = 0x3254334e // N3T2
TestNet Magic = 0x3454334e // N3T4
// 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.