initial commit

This commit is contained in:
0xdcarns
2022-09-13 15:25:56 -04:00
parent 0da5c388b6
commit 88cd0a6497
79 changed files with 4146 additions and 160 deletions

View File

@@ -45,6 +45,9 @@ func InitServerNetclient() error {
logger.Log(1, "failed pull for network", network.NetID, ", on server node", currentServerNode.ID)
}
}
if err = logic.InitializeNetUsers(&network); err != nil {
logger.Log(0, "something went wrong syncing usrs on network", network.NetID, "-", err.Error())
}
}
}