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
In a review for #13441, @rgacogne pointed out that the two networks should never be different; just their prefix lengths. The encoder consistently uses the network from source and never even looks at the network from scope. This suggests that scope could be uint8_t instead.
The text was updated successfully, but these errors were encountered:
it currently looks like this:
In a review for #13441, @rgacogne pointed out that the two networks should never be different; just their prefix lengths. The encoder consistently uses the network from
source
and never even looks at the network fromscope
. This suggests thatscope
could beuint8_t
instead.The text was updated successfully, but these errors were encountered: