mirror of
https://github.com/corda/corda.git
synced 2025-04-03 09:29:14 +00:00
On node start, load CordaServices before starting the NotaryService, so that the NotaryService can check that the services it requires are available when starting. Resolves #6172.