WIP: Hakuzaru fixes and tweaks #33

Draft
spivee wants to merge 5 commits from spivee/fixes into master
Showing only changes of commit cf66548443 - Show all commits
+1 -2
View File
@@ -790,8 +790,7 @@ decode_bytearray2(FATE, {erlang, Type}) -> hz_aaci:fate_to_erlang(Type, FATE).
read_contract_getter(AACI, ConID, Fun, Args) ->
case contract(ConID) of
{ok, {}} ->
CallerID = ConID,
{ok, #{"owner_id" := CallerID}} ->
read_contract_getter(CallerID, AACI, ConID, Fun, Args);
{error, Reason} ->
{error, Reason}