We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3faec3 + 7565019 commit cae241bCopy full SHA for cae241b
consensus/dbft/recovery_message.go
@@ -32,11 +32,11 @@ type (
32
// recoveryMessageAux is an auxiliary structure for recoveryMessage RLP encoding.
33
recoveryMessageAux struct {
34
PreparationPayloads []*preparationCompact
35
- PreCommitPayloads []*preCommitCompact
36
CommitPayloads []*commitCompact
37
ChangeViewPayloads []*changeViewCompact
38
- PreparationHashExt *common.Hash `rlp:"optional"`
39
- PrepareRequest *message `rlp:"optional"`
+ PreparationHashExt *common.Hash `rlp:"optional"`
+ PrepareRequest *message `rlp:"optional"`
+ PreCommitPayloads []*preCommitCompact `rlp:"optional"`
40
}
41
42
changeViewCompact struct {
0 commit comments