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:
parent
e31e55e505
commit
4343d0eaeb
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user