Remove ltCLOSING, it's not needed.

This commit is contained in:
JoelKatz
2012-05-22 07:57:15 -07:00
parent b17109ccac
commit 495be80504

View File

@@ -220,13 +220,12 @@ enum TMLedgerInfoType {
enum TMLedgerType {
ltACCEPTED = 0;
ltCURRENT = 1;
ltCLOSING = 2;
ltCLOSED = 3;
ltCLOSED = 2;
}
message TMGetLedger {
optional TMLedgerType ltype = 1;
optional bytes ledgerHash = 2;
optional bytes ledgerHash = 2; // Can also be the transaction set hash if liTS_CANDIDATE
optional uint32 ledgerSeq = 3;
required TMLedgerInfoType itype = 4;
repeated bytes nodeIDs = 5;