Ledger hash skip list basic support.

This commit is contained in:
JoelKatz
2012-10-29 12:55:52 -07:00
parent 0db9fc865c
commit 7cd8be5b2b
5 changed files with 48 additions and 0 deletions

View File

@@ -86,6 +86,10 @@ static bool LEFInit()
<< SOElement(sfHighQualityOut, SOE_OPTIONAL)
;
DECLARE_LEF(LedgerHashes, ltLEDGER_HASHES)
<< SOElement(sfHashes, SOE_REQUIRED)
;
return true;
}