mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
Merge branch 'anthdm-master'
This commit is contained in:
commit
c9ceb231da
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ func TestHandleVersion(t *testing.T) {
|
||||||
t.Fatal("verack payload should be nil")
|
t.Fatal("verack payload should be nil")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPeerCount(t *testing.T) {
|
func TestPeerCount(t *testing.T) {
|
||||||
s := NewServer(ModeDevNet)
|
s := NewServer(ModeDevNet)
|
||||||
go s.loop()
|
go s.loop()
|
||||||
|
|
Loading…
Reference in a new issue