1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-16 03:18:09 +00:00
This commit is contained in:
Pavol Rusnak 2018-10-15 17:59:13 +02:00
parent 681772e8bb
commit ea0262266d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -129,7 +129,7 @@ message SignTx {
optional uint32 lock_time = 5 [default=0]; // transaction lock_time
optional uint32 expiry = 6; // only for Decred and Zcash
optional bool overwintered = 7; // only for Zcash
optional uint32 version_group_id = 4; // only for Zcash, nVersionGroupId when overwintered is set
optional uint32 version_group_id = 8; // only for Zcash, nVersionGroupId when overwintered is set
}
/**