1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 02:41:28 +00:00

protob: Add decred_script_version to TxInputType

This commit is contained in:
Saleem Rashid 2017-12-20 20:43:29 +00:00 committed by Pavol Rusnak
parent 13499e256a
commit ee211f4bc8

View File

@ -198,6 +198,7 @@ message TxInputType {
optional MultisigRedeemScriptType multisig = 7; // Filled if input is going to spend multisig tx
optional uint64 amount = 8; // amount of previous transaction output (for segwit only)
optional uint32 decred_tree = 9;
optional uint32 decred_script_version = 10;
}
/**