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 currently have a MaxCut type that aliases to usize which we shouldn't be sending over the network due to platform incompatibilities, as well as it currently not being public. Instead, let's make it a u32 and refactor our APIs. Let's also double check the places where we use a max_cut but don't use the type (for example in Address).
The text was updated successfully, but these errors were encountered:
We currently have a MaxCut type that aliases to usize which we shouldn't be sending over the network due to platform incompatibilities, as well as it currently not being public. Instead, let's make it a u32 and refactor our APIs. Let's also double check the places where we use a max_cut but don't use the type (for example in Address).
The text was updated successfully, but these errors were encountered: