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
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
LoadBlockCommit can return nil (race condition during peer catchup), but .WrappedExtendedCommit() is called without a nil check.
Note
This issue is already fixed in main/v0.6.5 where vote extensions were removed entirely (#312). The issue only affects v0.6.7 which is on a separate branch that kept vote extensions.