mirror of
https://github.com/corda/corda.git
synced 2025-06-03 16:10:58 +00:00
center console message for registration (#6191)
This commit is contained in:
parent
5b3ca5f112
commit
e77f7a7546
@ -62,11 +62,11 @@ class InitialRegistration(val baseDirectory: Path, private val networkRootTrustS
|
|||||||
val versionInfo = startup.getVersionInfo()
|
val versionInfo = startup.getVersionInfo()
|
||||||
|
|
||||||
println("\n" +
|
println("\n" +
|
||||||
"******************************************************************\n" +
|
"*******************************************************************\n" +
|
||||||
"* *\n" +
|
"* *\n" +
|
||||||
"* Registering as a new participant with a Corda network *\n" +
|
"* Registering as a new participant with a Corda network *\n" +
|
||||||
"* *\n" +
|
"* *\n" +
|
||||||
"******************************************************************\n")
|
"*******************************************************************\n")
|
||||||
|
|
||||||
NodeRegistrationHelper(NodeRegistrationConfiguration(conf),
|
NodeRegistrationHelper(NodeRegistrationConfiguration(conf),
|
||||||
HTTPNetworkRegistrationService(
|
HTTPNetworkRegistrationService(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user