mirror of
https://github.com/corda/corda.git
synced 2025-01-22 04:18:31 +00:00
hardcode the client class
This commit is contained in:
parent
a37486c6d7
commit
e9803903c7
@ -1064,8 +1064,6 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
|
||||
}catch(e: Exception) {
|
||||
null
|
||||
}
|
||||
|
||||
|
||||
return clazz?.let {
|
||||
EncryptedTransactionService(Class.forName(it).getDeclaredConstructor(CordaX500Name::class.java).newInstance(configuration.myLegalName) as CordaEnclaveClient)
|
||||
} ?: run {
|
||||
|
Loading…
Reference in New Issue
Block a user