This commit is contained in:
HaoranYi
2022-04-05 15:55:47 -05:00
committed by GitHub
parent db23295e1c
commit 302142bb25

View File

@ -1,6 +1,6 @@
// Service to verify accounts hashes with other known validator nodes. // Service to verify accounts hashes with other known validator nodes.
// //
// Each interval, publish the snapshat hash which is the full accounts state // Each interval, publish the snapshot hash which is the full accounts state
// hash on gossip. Monitor gossip for messages from validators in the `--known-validator`s // hash on gossip. Monitor gossip for messages from validators in the `--known-validator`s
// set and halt the node if a mismatch is detected. // set and halt the node if a mismatch is detected.