diff --git a/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt b/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt index 685a57afc2..017ff6e93a 100644 --- a/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt +++ b/node/src/main/kotlin/net/corda/node/internal/EnterpriseNode.kt @@ -28,11 +28,11 @@ class EnterpriseNode(configuration: NodeConfiguration, AnsiConsole.systemInstall() val logo = """ -R ______ __ B -R / ____/ _________/ /___ _ B_______ __ _ _______ _______ ______ _____ ______ _____ _______ _______ -R / / __ / ___/ __ / __ `/ B|______ | \ | | |______ |_____/ |_____] |_____/ | |______ |______ -R/ /___ /_/ / / / /_/ / /_/ / B|______ | \_| | |______ | \_ | | \_ __|__ ______| |______ -R\____/ /_/ \__,_/\__,_/ W____________________________________________________________________________ +R ____ _____ B ______ __ +R / __ \__ / B / ____/ _________/ /___ _ +R / /_/ //_ < B / / __ / ___/ __ / __ `/ +R / _, _/__/ / B/ /___ /_/ / / / /_/ / /_/ / +R/_/ |_/____/ B\____/ /_/ \__,_/\__,_/ D""".trimStart() // Now replace the R, B and W letters with their colour code escapes to make the banner prettier.