From a7086ff6c30f0c359b119759c98f4a38368cd1c3 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 10 Jun 2020 21:43:17 +0200 Subject: [PATCH] core/src: monero - add forgotten slot Bulletproof.V --- .../apps/monero/xmr/serialize_messages/tx_rsig_bulletproof.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/apps/monero/xmr/serialize_messages/tx_rsig_bulletproof.py b/core/src/apps/monero/xmr/serialize_messages/tx_rsig_bulletproof.py index 40604149f..ecb25aae0 100644 --- a/core/src/apps/monero/xmr/serialize_messages/tx_rsig_bulletproof.py +++ b/core/src/apps/monero/xmr/serialize_messages/tx_rsig_bulletproof.py @@ -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):