mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +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()
|
||||
|
||||
println("\n" +
|
||||
"******************************************************************\n" +
|
||||
"* *\n" +
|
||||
"* Registering as a new participant with a Corda network *\n" +
|
||||
"* *\n" +
|
||||
"******************************************************************\n")
|
||||
"*******************************************************************\n" +
|
||||
"* *\n" +
|
||||
"* Registering as a new participant with a Corda network *\n" +
|
||||
"* *\n" +
|
||||
"*******************************************************************\n")
|
||||
|
||||
NodeRegistrationHelper(NodeRegistrationConfiguration(conf),
|
||||
HTTPNetworkRegistrationService(
|
||||
|
Loading…
x
Reference in New Issue
Block a user