From 4682645d73d0116f41b5311f8d23e4bf920b1914 Mon Sep 17 00:00:00 2001 From: Isaac Teles-Rosario Date: Thu, 21 Apr 2022 22:35:45 -0400 Subject: [PATCH] fixed errors --- CTng/config/ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTng/config/ReadMe.md b/CTng/config/ReadMe.md index bc5fea7..d2891b3 100644 --- a/CTng/config/ReadMe.md +++ b/CTng/config/ReadMe.md @@ -2,8 +2,8 @@ ## Contents: - `types.go`: defines the gossiper and monitor structs which will be be populated by config files (json files) -- `config_loaders.go`: implementation of k-of-n threshold signatures using a BLS library. -- `config/test`: Creates slightly simplified+application specific RSA functions from go's "crypto/rsa" library. +- `config_loaders.go`: contains functions that load configuration settings from json files +- `config/test`: contains the json files that are used for testing ## config_loaders.go: - Loads the config files for both monitor and gossiper