You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may found the problems.
A pure virtual function **virtual shared_ptr generateCommitmentMsg(const shared_ptr & input, biginteger r, long id) = 0 ** was added to the declaration of CmtCommiter for an extra parameter, but the original Equivocal didn't override the function. Solution can be adding a definition(just throw error) in CmtEquivocalCommiter, or just move the pure virtual tag.
error when cd examples && make
Machine details
Thank You
The text was updated successfully, but these errors were encountered: