Make idxt active implementation
Use idxt for ledger_cache - ready for volume test
This commit is contained in:
parent
917473dfdc
commit
f031558b28
2 changed files with 4 additions and 2 deletions
|
@ -137,7 +137,9 @@ tsize({_Type, L, _Tree}) ->
|
|||
L.
|
||||
|
||||
empty(tree) ->
|
||||
{tree, 0, empty_tree()}.
|
||||
{tree, 0, empty_tree()};
|
||||
empty(idxt) ->
|
||||
{idxt, 0, {{}, empty_tree()}}.
|
||||
|
||||
%%%============================================================================
|
||||
%%% Internal Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue