mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-12 23:52:39 +00:00
protob: Add decred_script_version to TxInputType
This commit is contained in:
parent
13499e256a
commit
ee211f4bc8
@ -198,6 +198,7 @@ message TxInputType {
|
|||||||
optional MultisigRedeemScriptType multisig = 7; // Filled if input is going to spend multisig tx
|
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 uint64 amount = 8; // amount of previous transaction output (for segwit only)
|
||||||
optional uint32 decred_tree = 9;
|
optional uint32 decred_tree = 9;
|
||||||
|
optional uint32 decred_script_version = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user