From b76461e3ece75e71da1f4b8e822fff588567a883 Mon Sep 17 00:00:00 2001 From: Jie Kong Date: Thu, 21 Apr 2022 14:57:17 -0400 Subject: [PATCH] Update Readme.md --- CTng/monitor/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTng/monitor/Readme.md b/CTng/monitor/Readme.md index 3c8f8a1..ca8dbbd 100644 --- a/CTng/monitor/Readme.md +++ b/CTng/monitor/Readme.md @@ -18,7 +18,7 @@ - `Send_to_gossiper`: send the input gossip object to the gossiper ## monitor_process.go -- `process_valid_object`: +- `Process_valid_object`: if the monitor receives a valid sth from a logger or valid revocation information from a CA (both needs to be in the form of a gossip object), this function will send the raw version of the gossip object to the gossiper, wait for gossip_wait_time, check updated local PoM database, if there is no PoM against the signer of this sth/revocation information, threshold sign this sth/revocation information and send it to the gossiper