no non-binary objects in inker
This commit is contained in:
parent
332286f35c
commit
bea094aaf5
1 changed files with 2 additions and 7 deletions
|
@ -385,13 +385,8 @@ get_tagstrategy(LK, Strategy) ->
|
||||||
skip
|
skip
|
||||||
end.
|
end.
|
||||||
|
|
||||||
split_inkvalue(VBin) ->
|
split_inkvalue(VBin) when is_binary(VBin) ->
|
||||||
case is_binary(VBin) of
|
revert_value_from_journal(VBin).
|
||||||
true ->
|
|
||||||
revert_value_from_journal(VBin);
|
|
||||||
false ->
|
|
||||||
VBin
|
|
||||||
end.
|
|
||||||
|
|
||||||
check_forinkertype(_LedgerKey, delete) ->
|
check_forinkertype(_LedgerKey, delete) ->
|
||||||
?INKT_TOMB;
|
?INKT_TOMB;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue