Nodes can start without web server. Webserver now uses full node configuration.

This commit is contained in:
Clinton Alexander
2016-12-16 17:40:01 +00:00
parent fa257738e1
commit ecfb762143
13 changed files with 114 additions and 470 deletions

View File

@ -82,6 +82,11 @@ interface CordaRPCOps : RPCOps {
*/
fun nodeIdentity(): NodeInfo
/**
* Returns true if node is up and ready
*/
fun ready(): Boolean
/*
* Add note(s) to an existing Vault transaction
*/