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
We should always have it, or we risk having an error. It was originally an Option before we were relying on it, when the master branch of consensus client wasn't sending it yet.
Now it should always be there, so removing the Option<> would be safer and simplify the code.
The text was updated successfully, but these errors were encountered:
We should always have it, or we risk having an error. It was originally an Option before we were relying on it, when the master branch of consensus client wasn't sending it yet.
Now it should always be there, so removing the Option<> would be safer and simplify the code.
The text was updated successfully, but these errors were encountered: