mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Refactor privacy controller (#2971)
* refactor of PrivacyController Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user