mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +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,
|
||||
networkMapCache: NetworkMapCache) : AbstractNodeService(net, networkMapCache) {
|
||||
// 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")
|
||||
|
||||
abstract val logger: org.slf4j.Logger
|
||||
|
Loading…
Reference in New Issue
Block a user