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
1 changed files with 1 additions and 1 deletions

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;
}