core/src: monero - add forgotten slot Bulletproof.V

slots
Pavol Rusnak 4 years ago
parent 6c2b2942e0
commit a7086ff6c3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -10,7 +10,7 @@ class _KeyV(ContainerType):
class Bulletproof(MessageType):
__slots__ = ("A", "S", "T1", "T2", "taux", "mu", "L", "R", "a", "b", "t")
__slots__ = ("V", "A", "S", "T1", "T2", "taux", "mu", "L", "R", "a", "b", "t")
@classmethod
def f_specs(cls):

Loading…
Cancel
Save