1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

replace network with protocol magic on cardano (#244)

This commit is contained in:
Rafael Korbaš 2019-01-18 15:48:25 +01:00 committed by Pavol Rusnak
parent aeb6c351e3
commit b947aa3d45

View File

@ -57,7 +57,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
optional uint32 protocol_magic = 5; // network's protocol magic
/**
* Structure representing cardano transaction input
*/