mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make these pieces work together.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user