Changing color for PoW generation since it isn't an error.

This commit is contained in:
clemahieu 2017-04-11 13:23:38 -05:00
commit d2770fbaeb

View file

@ -674,7 +674,7 @@ std::string rai_qt::status::color ()
result = "color: red";
break;
case rai_qt::status_types::working:
result = "color: red";
result = "color: blue";
break;
case rai_qt::status_types::synchronizing:
result = "color: red";