correct value for Ledger

This commit is contained in:
Michele Balistreri 2019-03-20 13:24:22 +03:00
parent b249bd75e6
commit 425d085716
1 changed files with 1 additions and 1 deletions

View File

@ -164,6 +164,6 @@ public class LedgerUSBChannel implements CardChannel {
@Override
public int pairingPasswordPBKDF2IterationCount() {
return 50000;
return 10;
}
}