fix style and tests

This commit is contained in:
Maksim Fomenkov
2022-12-19 11:41:05 +03:00
parent 1f611c8268
commit db97b656cf
2 changed files with 59 additions and 42 deletions

View File

@@ -86,6 +86,11 @@ class MultistreamHolderMock implements MultistreamHolder {
return upstreams.containsKey(chain)
}
@Override
List<Multistream> all() {
return upstreams.values().toList()
}
static class EthereumMultistreamMock extends EthereumPosMultiStream {
EthereumCachingReader customReader = null