hotstuff
hotstuff copied to clipboard
A little bug in TimeoutMsgFromProto()
Discussed in https://github.com/relab/hotstuff/discussions/128
Originally posted by ikmOfSA September 22, 2024 In TimeoutMsgFromProto() of convert.go, about line 165. The "if m.GetViewSig() != nil" seems to be a typo. It should be "m.GetMsgSig()"