mirror of
https://github.com/corda/corda.git
synced 2025-04-08 03:44:49 +00:00
Propagate cordApp classloader to shell [CORDA-1228] (#2833)
This commit is contained in:
parent
06ec20379c
commit
286d1e5add
@ -302,7 +302,7 @@ abstract class AbstractNode(val configuration: NodeConfiguration,
|
||||
if (configuration.rpcOptions.address == null) {
|
||||
throw ConfigurationException("Cannot init CrashShell because node RPC address is not set (via 'rpcSettings' option).")
|
||||
}
|
||||
InteractiveShell.startShell(configuration.toShellConfig())
|
||||
InteractiveShell.startShell(configuration.toShellConfig(), cordappLoader.appClassLoader)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user