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

This commit is contained in:
JoelKatz
2012-07-13 23:55:27 -07:00
18 changed files with 1122 additions and 568 deletions

View File

@@ -352,7 +352,6 @@ bool NetworkOPs::checkLastClosedLedger(const std::vector<Peer::pointer>& peerLis
++ourVC.nodesUsing;
ourVC.highNode = theApp->getWallet().getNodePublic();
}
for (std::vector<Peer::pointer>::const_iterator it = peerList.begin(), end = peerList.end(); it != end; ++it)
{