Commit Graph

3 Commits

Author SHA1 Message Date
Evan Hahn
319582e7cb
Use unsigned ints for PIN attempts
This change should have no user impact. I think it's useful on its own
but it also makes a future task easier.

You can't ever have a negative number of remaining PIN attempts, so I
made sure we're using unsigned ints everywhere.

We also had two identifiers for "remaining attempts" (`triesRemaining`
and `remainingAttempts`) so I standardized it.
2023-03-21 08:57:26 -07:00
Sasha Weiss
f20a663db8
Revert line that caused reentrant transactions 2023-03-14 17:44:48 -07:00
sashaweiss-signal
bec300c253 Rename KeyBackupService file 2023-03-14 16:43:53 -07:00