]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-caller/main.go
MTH
[nncp.git] / src / cmd / nncp-caller / main.go
index e338ac95b5febdc887ef40c00dbcffb8cee09199..4608484570a9061c0df4ede8db1ceb25728aeec0 100644 (file)
@@ -27,7 +27,7 @@ import (
        "sync"
        "time"
 
-       "go.cypherpunks.ru/nncp/v6"
+       "go.cypherpunks.ru/nncp/v7"
 )
 
 func usage() {
@@ -244,4 +244,5 @@ func main() {
                }
        }
        wg.Wait()
+       nncp.SPCheckerWg.Wait()
 }