Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jik18001 authored Apr 21, 2022
1 parent 14000fd commit b76461e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTng/monitor/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b76461e

Please sign in to comment.