1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 22:38:08 +00:00

show progressbar layout in GetAddress

This commit is contained in:
Pavol Rusnak 2017-05-05 15:45:58 +02:00
parent e31e55e505
commit 4343d0eaeb
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -581,6 +581,7 @@ void fsm_msgGetAddress(GetAddress *msg)
if (!node) return;
hdnode_fill_public_key(node);
layoutProgress("Computing address", 0);
if (!compute_address(coin, msg->script_type, node, msg->has_multisig, &msg->multisig, resp->address)) {
fsm_sendFailure(FailureType_Failure_ActionCancelled, "Can't encode address");
}