mirror of
https://github.com/corda/corda.git
synced 2025-02-10 12:51:37 +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
|
# because some versions here need to be matched by app authors in
|
||||||
# their own projects. So don't get fancy with syntax!
|
# 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=
|
versionSuffix=
|
||||||
gradlePluginsVersion=5.0.12
|
gradlePluginsVersion=5.0.12
|
||||||
kotlinVersion=1.2.71
|
kotlinVersion=1.2.71
|
||||||
|
@ -1066,7 +1066,7 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
|
|||||||
null
|
null
|
||||||
}
|
}
|
||||||
return clazz?.let {
|
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 {
|
} ?: run {
|
||||||
EncryptedTransactionService()
|
EncryptedTransactionService()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user