main modify

This commit is contained in:
Gordon
2021-11-10 16:03:07 +08:00
parent 90a466ef01
commit a08aeee0c2
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import (
)
func main() {
rpcPort := flag.Int("rpc_port", 10500, "rpc listening port")
wsPort := flag.Int("ws_port", 10800, "ws listening port")
rpcPort := flag.Int("rpc_port", 10400, "rpc listening port")
wsPort := flag.Int("ws_port", 17778, "ws listening port")
flag.Parse()
var wg sync.WaitGroup
wg.Add(1)