hotstuff icon indicating copy to clipboard operation
hotstuff copied to clipboard

A little bug in TimeoutMsgFromProto()

Open meling opened this issue 5 months ago • 0 comments

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()"

meling avatar Sep 23 '24 09:09 meling