1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 17:38:39 +00:00

Add network param to cardano sign tx (#205)

This commit is contained in:
Dušan Plavák 2018-09-06 18:11:14 +01:00 committed by Pavol Rusnak
parent 5d472e8a11
commit ab58324dc0

View File

@ -58,6 +58,7 @@ message CardanoSignTx {
repeated CardanoTxInputType inputs = 1; // inputs to be used in transaction
repeated CardanoTxOutputType outputs = 2; // outputs to be used in transaction
optional uint32 transactions_count = 3; // transactions count
optional uint32 network = 4; // network number
/**
* Structure representing cardano transaction input
*/