Initial code with busted ct test
Initiat comparison made betwene trees externally - but ct test is bust.
This commit is contained in:
parent
6ad98d77c5
commit
c586b78f45
5 changed files with 238 additions and 39 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue