added functionality HardCacheDuration to config.ini

This commit is contained in:
partisan 2024-10-16 22:51:13 +02:00
parent 49f613ddeb
commit 8fe6783ecb
7 changed files with 52 additions and 73 deletions

View file

@ -24,7 +24,6 @@ type Message struct {
}
func loadNodeConfig() {
config := loadConfig()
authCode = config.AuthCode
peers = config.Peers
}