You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SPEC.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ interface ETHHeader {
140
140
}
141
141
```
142
142
143
-
## Misbehavior
143
+
## misbehaviour
144
144
145
145
The `Misbehaviour` type is used for detecting misbehaviour and freezing the client - to prevent further packet flow - if applicable. Parlia client `Misbehaviour` consists of two headers at the same height both of which the light client would have considered valid.
146
146
@@ -244,15 +244,15 @@ Primary verification according to BEP-126's finality rule involves:
244
244
However, there may be cases where the VoteAttestation cannot directly determine the finality of the submitted header.
245
245
In such cases, a valid descendant header is verified, which is included in the `headers` and can directly confirm its finality through VoteAttestation.
246
246
247
-
## Misbehavior predicate
247
+
## misbehaviour predicate
248
248
249
-
The predicate will check if a submission contains evidence of Misbehavior.
249
+
The predicate will check if a submission contains evidence of misbehaviour.
250
250
If there are two different valid headers for the same height, the client will be frozen, preventing any further state updates.
0 commit comments