prysm-pulse/shared/p2p/options_test.go
Preston Van Loon 991ee7e81b "Super sync" and naive p2p reputation (#2550)
* checkpoint on super sync with reputation

* ensure handling only expected peers msg

* exclusive of finalized block

* skip block saved already

* clean up struct

* remove 2 more fields

* _

* everything builds, but doesnt test yet

* lint

* fix p2p tests

* space

* space

* space

* fmt

* fmt
2019-05-09 16:02:24 -05:00

12 lines
116 B
Go

package p2p
import (
"testing"
)
func TestBuildOptions(t *testing.T) {
opts := buildOptions(1, 10)
_ = opts
}