Fix expectedV2Id serialization

This commit is contained in:
AsamK 2021-01-10 22:41:39 +01:00
parent 51db5495c0
commit 263fdceb94

View file

@ -101,7 +101,7 @@ public class GroupInfoV1 extends GroupInfo {
@JsonProperty("expectedV2Id") @JsonProperty("expectedV2Id")
private byte[] getExpectedV2IdJackson() { private byte[] getExpectedV2IdJackson() {
return expectedV2Id.serialize(); return getExpectedV2Id().serialize();
} }
@Override @Override