Update default value for sex attribute

This commit is contained in:
Arnaud Fontaine 2021-07-15 11:54:49 +02:00
parent af148332b5
commit 630974f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public final class Persistent {
lang_length = (byte)Constants.LANG_DEFAULT.length;
Common.commitTransaction(isRegistering);
sex = Constants.SEX_NOT_KNOWN;
sex = Constants.SEX_NOT_APPLICABLE;
Util.arrayFillNonAtomic(digital_signature_counter, (short)0,
(short)digital_signature_counter.length, (byte)0);