1
0
Fork 0
forked from lthn/blockchain

made notice for simplewallet more bright

This commit is contained in:
cryptozoidberg 2019-05-24 19:36:22 +02:00
parent 5fcb0d4848
commit af4aaa87c7
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -155,7 +155,7 @@ namespace
message_writer success_msg_writer(epee::log_space::console_colors color)
{
return message_writer(color, false, std::string(), LOG_LEVEL_2);
return message_writer(color, true, std::string(), LOG_LEVEL_2);
}
message_writer fail_msg_writer()
@ -1584,7 +1584,7 @@ int main(int argc, char* argv[])
if (command_line::get_arg(vm, arg_do_pos_mining))
{
success_msg_writer(epee::log_space::console_color_cyan) << "IMORTANT NOTICE! Instance started with \"do-pos-mining\" parameter, running copy of this wallet on other host at the same time may cause key image conflicts";
message_writer(epee::log_space::console_color_magenta, true, "", 4) << "IMORTANT NOTICE! Instance started with \"do-pos-mining\" parameter, running copy of this wallet on other host at the same time may cause key image conflicts";
}
if (!offline_mode)