modified README files and changed version to v2.0.0

This commit is contained in:
2023-07-14 16:51:48 +01:00
parent e21465b1eb
commit d71bd991b0

View File

@@ -58,7 +58,7 @@ func main() {
// check if the config file exists
if _, err := os.Stat("config.json"); err != nil {
// Initialize with base p2prc config files
_, err := abstractions.Init("TEST", nil)
_, err := abstractions.Init(nil)
if err != nil {
return
}