update for new plural origins on ImportKeyListEntry
This commit is contained in:
@@ -63,7 +63,7 @@ public class KeyUpdateHelper {
|
||||
ImportKeysListEntry key = new ImportKeysListEntry();
|
||||
key.setFingerprintHex(fprint);
|
||||
key.setBitStrength(1337);
|
||||
key.setOrigin(servers[0]);
|
||||
key.addOrigin(servers[0]);
|
||||
keys.add(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user