Skip to content

Commit

Permalink
change invalid version string constant (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladcow authored and UdjinM6 committed Jul 17, 2017
1 parent e0d6c5b commit 8075370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ std::string SafeIntVersionToString(uint32_t nVersion)
}
catch(const std::bad_cast&)
{
return "Invalid version";
return "invalid_version";
}
}

0 comments on commit 8075370

Please sign in to comment.