Clean up the propose/avalanche phase.

This commit is contained in:
JoelKatz
2011-12-06 21:25:44 -08:00
parent 81fa075582
commit ee51968820
3 changed files with 26 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ public:
Ledger::pointer closeLedger(uint64 timestamp);
bool isCompatible(boost::shared_ptr<Ledger> other);
bool signLedger(std::vector<unsigned char> &signature, const LocalHanko &hanko, int32 confidence);
bool signLedger(std::vector<unsigned char> &signature, const LocalHanko &hanko);
static bool unitTest(void);
};