Make these pieces work together.

This commit is contained in:
JoelKatz
2011-11-28 19:33:50 -08:00
parent aee1e9f180
commit 75f1eb80a4
7 changed files with 21 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
class UniqueNodeList
{
// hanko to public key
//std::map<uint160,uint512> mUNL;
//std::map<uint160, uint256> mUNL;
public:
//void load();
//void save();
@@ -15,7 +15,7 @@ public:
void removeNode(uint160& hanko);
// 0- we don't care, 1- we care and is valid, 2-invalid signature
int checkValid(newcoin::Validation& valid);
// int checkValid(newcoin::Validation& valid);
void dumpUNL(std::string& retStr);