Merge branch 'anthdm-master'

This commit is contained in:
anthdm 2018-02-01 08:57:49 +01:00
commit c9ceb231da

View file

@ -23,6 +23,7 @@ func TestHandleVersion(t *testing.T) {
t.Fatal("verack payload should be nil")
}
}
func TestPeerCount(t *testing.T) {
s := NewServer(ModeDevNet)
go s.loop()