Refactor privacy controller (#2971)

* refactor of PrivacyController

Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
This commit is contained in:
Stefan Pingel
2021-11-11 13:29:46 +10:00
committed by GitHub
parent 2f1871852e
commit 4d72369469
60 changed files with 1704 additions and 1646 deletions

View File

@@ -65,6 +65,10 @@ public class PrivacyGroup implements Serializable {
this.members = members;
}
public void addMembers(final List<String> participantsFromParameter) {
members.addAll(participantsFromParameter);
}
public PrivacyGroup() {}
public PrivacyGroup(