correct value for Ledger
This commit is contained in:
parent
b249bd75e6
commit
425d085716
|
@ -164,6 +164,6 @@ public class LedgerUSBChannel implements CardChannel {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int pairingPasswordPBKDF2IterationCount() {
|
public int pairingPasswordPBKDF2IterationCount() {
|
||||||
return 50000;
|
return 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue