GetAddress with scripttype

Added script_type field to GetAddress, which can later be
used to display segwit addresses on the Trezor.
pull/41/head
Jochen Hoenicke 8 years ago
parent def589743e
commit 1a66454066
No known key found for this signature in database
GPG Key ID: 65B10C0466560648

@ -291,6 +291,7 @@ message GetAddress {
optional string coin_name = 2 [default='Bitcoin'];
optional bool show_display = 3; // optionally show on display before sending the result
optional MultisigRedeemScriptType multisig = 4; // Filled if we are showing a multisig address
optional InputScriptType script_type = 5 [default=SPENDADDRESS]; // Used to distinguish segwit addresses
}
/**

Loading…
Cancel
Save