no non-binary objects in inker

This commit is contained in:
Martin Sumner 2017-11-07 13:43:29 +00:00
parent 332286f35c
commit bea094aaf5

View file

@ -385,13 +385,8 @@ get_tagstrategy(LK, Strategy) ->
skip
end.
split_inkvalue(VBin) ->
case is_binary(VBin) of
true ->
revert_value_from_journal(VBin);
false ->
VBin
end.
split_inkvalue(VBin) when is_binary(VBin) ->
revert_value_from_journal(VBin).
check_forinkertype(_LedgerKey, delete) ->
?INKT_TOMB;