hotstuff icon indicating copy to clipboard operation
hotstuff copied to clipboard

Fix TimeoutMsgFromProto reported in issue 129

Open meling opened this issue 5 months ago • 0 comments

When initializing the TimeoutMsg.MsgSignature field it required that the TimeoutMsg's ViewSignature was non-nil instead of checking for the MsgSignature being non-nil.

It is not clear to me if this can happen in practice, but this fixes the problem.

Thanks to @ikmOfSA for reporting the bug.

Fixes #129

meling avatar Sep 23 '24 09:09 meling