mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
duplicate v0.8 ASCII art in wallet-rpc
This commit is contained in:
parent
146f5ea3f4
commit
c74ff98e78
1 changed files with 26 additions and 0 deletions
|
@ -4411,6 +4411,32 @@ public:
|
|||
wrpc->send_stop_signal();
|
||||
});
|
||||
LOG_PRINT_L0(tools::wallet_rpc_server::tr("Starting wallet RPC server"));
|
||||
MGINFO_GREEN(ENDL <<
|
||||
"\n \n"
|
||||
" ,'``.._ ,'``. \n"
|
||||
" :,--._:)|,:,._,.: All Glory to \n"
|
||||
" :`--,'' :`...';| the HYPNO TOAD! \n"
|
||||
" `,' `---' `. \n"
|
||||
" / : \n"
|
||||
" / | \n"
|
||||
" ,' :|.___,-. \n"
|
||||
" `...,---'``````-..._ |: | \n"
|
||||
" ( ) ;: ) | _,-. \n"
|
||||
" `. ( // `' | \n"
|
||||
" : `.// ) ) , ; \n"
|
||||
" ,-|`. _,'/ ) ) ,' ,' \n"
|
||||
" ( :`.`-..____..=:.-': . _,' ,' \n"
|
||||
" `,'| ``--....-)=' `._, | ,') _ '``._ \n"
|
||||
" _.-/ _ `. (WOW) / )' ; / | |`-.' \n"
|
||||
"`--( `-:`. `' ___..' _,-' |/ `.) \n"
|
||||
" `-. `.`.``-----``--, .' \n"
|
||||
" |/`.|`' ,','); \n"
|
||||
" ` (/ (/ \n"
|
||||
"\n \n" << ENDL);
|
||||
MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
|
||||
<< "Caution: Wownero is highly experimental software compiled by a ragtag team of stoners with as much" << ENDL
|
||||
<< "skill as Verge developers. Storing your life savings in WOW is probably not a good idea." << ENDL
|
||||
<< "**********************************************************************" << ENDL);
|
||||
try
|
||||
{
|
||||
wrpc->run();
|
||||
|
|
Loading…
Reference in a new issue