mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 12:08:59 +00:00
replace network with protocol magic on cardano (#244)
This commit is contained in:
parent
aeb6c351e3
commit
b947aa3d45
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user