solution: caching for eth_getTransactionReceipt

fix: #26
This commit is contained in:
Igor Artamonov
2020-07-12 23:34:23 -04:00
parent 3a93df2e32
commit b10e4800ff
24 changed files with 690 additions and 177 deletions

View File

@@ -32,7 +32,7 @@ open class BitcoinMultistream(
chain: Chain,
val upstreams: MutableList<BitcoinUpstream>,
caches: Caches
) : Multistream(chain, upstreams as MutableList<Upstream>, caches), Lifecycle {
) : Multistream(chain, upstreams as MutableList<Upstream>, caches, RequestPostprocessor.Empty()), Lifecycle {
companion object {
private val log = LoggerFactory.getLogger(BitcoinMultistream::class.java)