mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-19 04:58:11 +00:00
protob: add branch_id to SignTx and TransactionType (zcash)
This commit is contained in:
parent
484c35bb6a
commit
4b41d2e638
@ -131,6 +131,7 @@ message SignTx {
|
|||||||
optional bool overwintered = 7; // only for Zcash
|
optional bool overwintered = 7; // only for Zcash
|
||||||
optional uint32 version_group_id = 8; // only for Zcash, nVersionGroupId when overwintered is set
|
optional uint32 version_group_id = 8; // only for Zcash, nVersionGroupId when overwintered is set
|
||||||
optional uint32 timestamp = 9; // only for Capricoin, transaction timestamp
|
optional uint32 timestamp = 9; // only for Capricoin, transaction timestamp
|
||||||
|
optional uint32 branch_id = 10; // only for Zcash, BRANCH_ID when overwintered is set
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -196,6 +197,7 @@ message TxAck {
|
|||||||
optional bool overwintered = 11; // only for Zcash
|
optional bool overwintered = 11; // only for Zcash
|
||||||
optional uint32 version_group_id = 12; // only for Zcash, nVersionGroupId when overwintered is set
|
optional uint32 version_group_id = 12; // only for Zcash, nVersionGroupId when overwintered is set
|
||||||
optional uint32 timestamp = 13; // only for Capricoin, transaction timestamp
|
optional uint32 timestamp = 13; // only for Capricoin, transaction timestamp
|
||||||
|
optional uint32 branch_id = 14; // only for Zcash, BRANCH_ID when overwintered is set
|
||||||
/**
|
/**
|
||||||
* Structure representing transaction input
|
* Structure representing transaction input
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user