protob: Add decred_script_version to TxInputType

pull/41/head
Saleem Rashid 7 years ago committed by Pavol Rusnak
parent 13499e256a
commit ee211f4bc8

@ -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;
}
/**

Loading…
Cancel
Save