Skip to content

Commit

Permalink
chore: don't reverse signhash
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 21, 2023
1 parent b3de990 commit 12884fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crypto/quorum.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ func (i *SignItem) UpdateSignHash(reverse bool) {

signHash := make([]byte, 32)
copy(signHash, blsSignHash[:])
if reverse {
signHash = tmbytes.Reverse(signHash)
}

i.SignHash = signHash
}

0 comments on commit 12884fd

Please sign in to comment.