mirror of
https://github.com/corda/corda.git
synced 2025-02-09 20:31:18 +00:00
Add services for resolution
This commit is contained in:
parent
56f2f292aa
commit
96e610ee0f
@ -2,7 +2,7 @@
|
||||
# because some versions here need to be matched by app authors in
|
||||
# their own projects. So don't get fancy with syntax!
|
||||
|
||||
cordaVersion=4.8.5.13-CONCLAVE-SNAPSHOT
|
||||
cordaVersion=4.8.5.14-CONCLAVE-SNAPSHOT
|
||||
versionSuffix=
|
||||
gradlePluginsVersion=5.0.12
|
||||
kotlinVersion=1.2.71
|
||||
|
@ -1066,7 +1066,7 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
|
||||
null
|
||||
}
|
||||
return clazz?.let {
|
||||
EncryptedTransactionService(Class.forName(it).getDeclaredConstructor(CordaX500Name::class.java, ServiceHub::class.java).newInstance(configuration.myLegalName, services) as CordaEnclaveClient)
|
||||
EncryptedTransactionService(Class.forName(it).getDeclaredConstructor(CordaX500Name::class.java, ServiceHub::class.java).newInstance(configuration.myLegalName, servicesForResolution) as CordaEnclaveClient)
|
||||
} ?: run {
|
||||
EncryptedTransactionService()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user