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