1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 03:54:49 +02:00

Wrong primary user ID when setting withAdditionalUserId

This commit is contained in:
bilalashraf123 2021-01-29 02:33:43 +05:00
parent bdae079515
commit 560effc7c6

View file

@ -34,6 +34,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
KeySpecBuilder(@Nonnull KeyType type) {
this.type = type;
hashedSubPackets.setPrimaryUserID(false, true);
}
@Override