Merge branch 'master' into master

This commit is contained in:
Anthony De Meulemeester 2018-02-01 08:43:16 +01:00 committed by GitHub
commit 247514a502
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()