fix typo (#24123)
This commit is contained in:
parent
db23295e1c
commit
302142bb25
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue