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 #263 we converted several model classes to use bytes for their internal representation of PrivacyPass-related values. We still have some other classes which use unicode as their internal representation of similar values - for example, DummyRedeemer._public_key and PaymentController.allowed_public_keys.
It would be good to have a representation for these kinds of values that is consistent across the codebase.
The text was updated successfully, but these errors were encountered:
In #263 we converted several model classes to use
bytes
for their internal representation of PrivacyPass-related values. We still have some other classes which use unicode as their internal representation of similar values - for example,DummyRedeemer._public_key
andPaymentController.allowed_public_keys
.It would be good to have a representation for these kinds of values that is consistent across the codebase.
The text was updated successfully, but these errors were encountered: