mirror of
https://github.com/corda/corda.git
synced 2025-05-07 19:18:43 +00:00
Added TODO for further work
This commit is contained in:
parent
85dce390f4
commit
7b3003ea04
@ -25,6 +25,7 @@ abstract class NotaryService(val smm: StateMachineManager,
|
|||||||
val uniquenessProvider: UniquenessProvider,
|
val uniquenessProvider: UniquenessProvider,
|
||||||
networkMapCache: NetworkMapCache) : AbstractNodeService(net, networkMapCache) {
|
networkMapCache: NetworkMapCache) : AbstractNodeService(net, networkMapCache) {
|
||||||
// Do not specify this as an advertised service. Use a concrete implementation.
|
// Do not specify this as an advertised service. Use a concrete implementation.
|
||||||
|
// TODO: We do not want a service type that cannot be used. Fix the type system abuse here.
|
||||||
object Type : ServiceType("corda.notary")
|
object Type : ServiceType("corda.notary")
|
||||||
|
|
||||||
abstract val logger: org.slf4j.Logger
|
abstract val logger: org.slf4j.Logger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user