Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
Arthur Britto
2012-10-11 16:26:06 -07:00

View File

@@ -518,6 +518,7 @@ std::ostream& operator<<(std::ostream& out, const SHAMapMissingNode& mn)
out << "Missing/STA(" << mn.getNodeID() << ")";
else
out << "Missing/" << mn.getNodeID();
return out;
}