test
All checks were successful
ocean / Build-and-Deploy-Modules (push) Successful in 2s

This commit is contained in:
2025-06-26 21:14:03 +08:00
parent ec380030ca
commit 6e7699965b
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,6 @@ func main() {
})
defer s.Stop()
fmt.Printf("Starting rpc server at %s...\n", c.ListenOn)
fmt.Printf("Starting rpc serverc at %s...\n", c.ListenOn)
s.Start()
}