diff --git a/ebin/hakuzaru.app b/ebin/hakuzaru.app index 50bd67f..f97f891 100644 --- a/ebin/hakuzaru.app +++ b/ebin/hakuzaru.app @@ -4,6 +4,6 @@ {applications,[stdlib,kernel]}, {description,"Gajumaru interoperation library"}, {vsn,"0.9.0"}, - {modules,[hakuzaru,hz,hz_fetcher,hz_format,hz_grids, - hz_key_master,hz_man,hz_sup]}, + {modules,[hakuzaru,hz,hz_aaci,hz_fetcher,hz_format,hz_grids, + hz_key_master,hz_man,hz_sophia,hz_sup]}, {mod,{hakuzaru,[]}}]}. diff --git a/src/hz.erl b/src/hz.erl index e90ef00..4f22c8e 100644 --- a/src/hz.erl +++ b/src/hz.erl @@ -919,7 +919,7 @@ result(Received) -> Received. %% @doc %% This function reads the source of a Sophia contract (an .aes file) %% and returns the unsigned create contract call data with default values. -%% For more control over exactly what those values are, use create_contract/8. +%% For more control over exactly what those values are, use contract_create/8. contract_create(CreatorID, Path, InitArgs) -> case next_nonce(CreatorID) of @@ -1108,7 +1108,7 @@ contract_create2(CreatorID, Nonce, Gas, GasPrice, Amount, TTL, Name, Source, Opt %% @doc %% This function takes the compiler output (instead of starting from source), %% and returns the unsigned create contract call data with default values. -%% For more control over exactly what those values are, use create_contract/8. +%% For more control over exactly what those values are, use contract_create/8. contract_create_built(CreatorID, Compiled, InitArgs) -> case next_nonce(CreatorID) of