eth: fix typo in comment(inturn -> in-turn)

This commit is contained in:
bnovil 2023-09-18 20:08:45 +08:00
parent 90d5bd85bc
commit d739db3728

View file

@ -387,7 +387,7 @@ func (s *Ethereum) shouldPreserve(header *types.Header) bool {
// r5 A [X] F G
// r6 [X]
//
// In the round5, the inturn signer E is offline, so the worst case
// In the round5, the in-turn signer E is offline, so the worst case
// is A, F and G sign the block of round5 and reject the block of opponents
// and in the round6, the last available signer B is offline, the whole
// network is stuck.