Skip to content

Commit cae241b

Browse files
authored
Merge pull request #425 from bane-labs/fix-recovery-marshalling
2 parents e3faec3 + 7565019 commit cae241b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

consensus/dbft/recovery_message.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ type (
3232
// recoveryMessageAux is an auxiliary structure for recoveryMessage RLP encoding.
3333
recoveryMessageAux struct {
3434
PreparationPayloads []*preparationCompact
35-
PreCommitPayloads []*preCommitCompact
3635
CommitPayloads []*commitCompact
3736
ChangeViewPayloads []*changeViewCompact
38-
PreparationHashExt *common.Hash `rlp:"optional"`
39-
PrepareRequest *message `rlp:"optional"`
37+
PreparationHashExt *common.Hash `rlp:"optional"`
38+
PrepareRequest *message `rlp:"optional"`
39+
PreCommitPayloads []*preCommitCompact `rlp:"optional"`
4040
}
4141

4242
changeViewCompact struct {

0 commit comments

Comments
 (0)