1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 19:38:09 +00:00

protob: add branch_id to SignTx and TransactionType (zcash)

This commit is contained in:
Pavol Rusnak 2019-01-31 20:52:38 +01:00
parent 484c35bb6a
commit 4b41d2e638
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -131,6 +131,7 @@ message SignTx {
optional bool overwintered = 7; // only for Zcash
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 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 uint32 version_group_id = 12; // only for Zcash, nVersionGroupId when overwintered is set
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
*/