mirror of
https://github.com/corda/corda.git
synced 2025-02-06 19:19:19 +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.