mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-20 11:22:05 +01:00
Merge pull request #61 from bilalashraf123/master
Wrong primary user ID when setting withAdditionalUserId
This commit is contained in:
commit
fc5be684a4
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class KeySpecBuilder implements KeySpecBuilderInterface {
|
||||||
|
|
||||||
KeySpecBuilder(@Nonnull KeyType type) {
|
KeySpecBuilder(@Nonnull KeyType type) {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
|
hashedSubPackets.setPrimaryUserID(false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue