relab / hotstuff

MIT License
172 stars 53 forks source link

A little bug in TimeoutMsgFromProto() #129

Open meling opened 2 weeks ago

meling commented 2 weeks ago

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