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

make gears turn faster when signing

This commit is contained in:
Pavol Rusnak 2015-04-13 18:53:58 +02:00
parent 0cc270e6df
commit ea7e92f5dd

View File

@ -267,7 +267,7 @@ void signing_txack(TransactionType *tx)
}
static int update_ctr = 0;
if (update_ctr++ == 50) {
if (update_ctr++ == 20) {
layoutProgress("Signing transaction", progress);
update_ctr = 0;
}