blockchain supported subscriptions data

This commit is contained in:
a10zn8
2022-12-27 17:09:02 +04:00
parent 5f474678e4
commit 25dde8cfdf
33 changed files with 209 additions and 123 deletions

View File

@@ -144,6 +144,10 @@ open class BitcoinMultistream(
return this as T
}
override fun getEgressSubscription(): EgressSubscription {
return EmptyEgressSubscription()
}
override fun isRunning(): Boolean {
return super.isRunning() || reader.isRunning()
}