dont add self
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 33s

This commit is contained in:
matst80
2024-11-09 11:50:33 +01:00
parent 23c3cae9b9
commit 0ccaad2a2d

View File

@@ -138,7 +138,7 @@ func main() {
}
// if local
syncedPool.AddRemote("localhost")
//syncedPool.AddRemote("localhost")
rpcHandler, err := NewGrainHandler(app.pool, ":1337")
if err != nil {