Some code to work with conversations
This commit is contained in:
@ -39,6 +39,11 @@ class TestNodeRegistry implements NodeRegistry {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clear() {
|
||||
// NO OP
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<NetworkAddress> getKnownAddresses(int limit, long... streams) {
|
||||
return nodes;
|
||||
|
Reference in New Issue
Block a user