mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
outputs->bin_outputs, our_outputs->outputs in TransactionType
This commit is contained in:
parent
52f360ab12
commit
8f7658da89
@ -154,7 +154,7 @@ message TxOutputBinType {
|
||||
message TransactionType {
|
||||
optional uint32 version = 1;
|
||||
repeated TxInputType inputs = 2;
|
||||
repeated TxOutputBinType outputs = 3;
|
||||
repeated TxOutputType our_outputs = 4;
|
||||
optional uint32 lock_time = 5;
|
||||
repeated TxOutputBinType bin_outputs = 3;
|
||||
repeated TxOutputType outputs = 5;
|
||||
optional uint32 lock_time = 4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user