1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 09:50:57 +00:00

xmr: rsig in partitions

This commit is contained in:
Dusan Klinec 2018-09-17 13:46:35 +02:00
parent c82aad53fe
commit 9db33632e2
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103

View File

@ -67,7 +67,8 @@ message MoneroTransactionRsigData {
optional bytes mask = 8; // mask vector
optional bytes amount = 9; // amount vector
optional bytes rsig = 10; // range sig, full or partial
repeated MoneroTransactionDestinationEntry outputs = 11;
repeated bytes rsig_parts = 11;
repeated MoneroTransactionDestinationEntry outputs = 12;
}
/**