Bugfixes.

This commit is contained in:
JoelKatz
2012-06-23 22:28:49 -07:00
parent c70f66b286
commit 8e1c49f0d7
4 changed files with 8 additions and 9 deletions

View File

@@ -553,7 +553,7 @@ bool NetworkOPs::recvPropose(uint32 proposeSeq, const uint256& proposeHash,
// Is this node on our UNL?
// XXX Is this right?
if (!theApp->getUNL().nodeInUNL(proposal->peekSeed()))
if (!theApp->getUNL().nodeInUNL(proposal->peekPublic()))
{
Log(lsINFO) << "Untrusted proposal: " << naPeerPublic.humanNodePublic() << " " <<
proposal->getCurrentHash().GetHex();