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

This commit is contained in:
JoelKatz
2013-01-13 17:48:59 -08:00
3 changed files with 102 additions and 69 deletions

View File

@@ -1,4 +1,3 @@
#include "Suppression.h"
#include <boost/foreach.hpp>
@@ -116,4 +115,4 @@ bool SuppressionTable::swapSet(const uint256& index, std::set<uint64>& peers, in
s.setFlag(flag);
return true;
}
}