mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-08 14:31:06 +00:00
Stupid compiler, inputs_count is reserved when there's repeated inputs field.
This commit is contained in:
parent
b678022437
commit
e4f9dcd7c9
@ -158,8 +158,8 @@ message TransactionType {
|
||||
repeated TxOutputBinType bin_outputs = 3;
|
||||
repeated TxOutputType outputs = 5;
|
||||
optional uint32 lock_time = 4;
|
||||
optional uint32 inputs_count = 6;
|
||||
optional uint32 outputs_count = 7;
|
||||
optional uint32 inputs_cnt = 6;
|
||||
optional uint32 outputs_cnt = 7;
|
||||
}
|
||||
|
||||
message TxRequestDetailsType {
|
||||
|
Loading…
Reference in New Issue
Block a user