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
Unfortunately in order to enable expanding RejectCode values without breaking backwards compatibility, #5827 added RejectReason to the BlockResponseData struct.
As part of the next hardfork, remove this add a proper RejectCode::Unknown(u8) which will enable proper backwards compatibilty and move all the RejectReasons to RejectCode.
The text was updated successfully, but these errors were encountered:
Unfortunately in order to enable expanding RejectCode values without breaking backwards compatibility, #5827 added RejectReason to the BlockResponseData struct.
As part of the next hardfork, remove this add a proper RejectCode::Unknown(u8) which will enable proper backwards compatibilty and move all the RejectReasons to RejectCode.
The text was updated successfully, but these errors were encountered: