Fix typo in log: canoncial->canonical (#3927)
This commit is contained in:
parent
3c96b9c69b
commit
17bf42316e
|
@ -413,7 +413,7 @@ proc doTrustedNodeSync*(
|
|||
|
||||
dag.rebuildIndex()
|
||||
|
||||
notice "Done, your beacon node is ready to serve you! Don't forget to check that you're on the canoncial chain by comparing the checkpoint root with other online sources. See https://nimbus.guide/trusted-node-sync.html for more information.",
|
||||
notice "Done, your beacon node is ready to serve you! Don't forget to check that you're on the canonical chain by comparing the checkpoint root with other online sources. See https://nimbus.guide/trusted-node-sync.html for more information.",
|
||||
checkpointRoot
|
||||
|
||||
when isMainModule:
|
||||
|
|
Loading…
Reference in New Issue