mirror of
https://github.com/corda/corda.git
synced 2025-03-22 03:55:26 +00:00
* Allow MockNetwork to create StartedMockNode from UnstartedMockNode. * Reimplement by adding a `started` property to UnstartedMockNode. * Throw IllegalStateException instead of NoSuchElementException. * Add an isStarted property to UnstartedMockNode.