Some code to work with conversations

This commit is contained in:
2017-03-13 22:49:40 +01:00
parent 10a45cc79c
commit d9090eb70c
16 changed files with 573 additions and 39 deletions

View File

@ -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;