Construct the next ledger from the existing ledger.

Close ledger logic.
This commit is contained in:
JoelKatz
2011-11-28 19:34:16 -08:00
parent 75f1eb80a4
commit 11f9e111de
3 changed files with 27 additions and 12 deletions

View File

@@ -20,9 +20,8 @@ public:
bool SetPubKey(const std::vector<unsigned char>& vchPubKey);
bool IsValid();
uint160 GetHash160();
std::string GetString();
uint160 GetHash160() const;
std::string GetString() const;
};
#endif