Initial code with busted ct test

Initiat comparison made betwene trees externally - but ct test is bust.
This commit is contained in:
martinsumner 2017-06-19 11:36:57 +01:00
parent 6ad98d77c5
commit c586b78f45
5 changed files with 238 additions and 39 deletions

View file

@ -427,7 +427,9 @@ get_keyandhash(LK, Value) ->
{Bucket, Key, Hash};
?STD_TAG ->
{Hash, _Size} = MD,
{Bucket, Key, Hash}
{Bucket, Key, Hash};
?IDX_TAG ->
from_ledgerkey(LK) % returns {Bucket, Key, IdxValue}
end.