fix small issue with GetAddress for non-segwit coins

pull/25/head
Pavol Rusnak 7 years ago
parent 95db902d28
commit 498d689f98
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -635,6 +635,8 @@ void fsm_msgGetAddress(GetAddress *msg)
layoutProgress(_("Computing address"), 0);
if (!compute_address(coin, msg->script_type, node, msg->has_multisig, &msg->multisig, resp->address)) {
fsm_sendFailure(FailureType_Failure_DataError, _("Can't encode address"));
layoutHome();
return;
}
if (msg->has_show_display && msg->show_display) {

Loading…
Cancel
Save