2020-06-18 09:00:51 +00:00
|
|
|
package testchain
|
|
|
|
|
|
|
|
import "github.com/nspcc-dev/neo-go/pkg/config/netmode"
|
|
|
|
|
2022-04-20 18:30:09 +00:00
|
|
|
// Network returns testchain network's magic number.
|
2020-06-18 09:00:51 +00:00
|
|
|
func Network() netmode.Magic {
|
|
|
|
return netmode.UnitTestNet
|
|
|
|
}
|