#20
This commit is contained in:
2026-05-10 15:49:11 +09:00
parent b950bb8a67
commit d8221e0b25
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,6 +4,6 @@
{applications,[stdlib,kernel]}, {applications,[stdlib,kernel]},
{description,"Gajumaru interoperation library"}, {description,"Gajumaru interoperation library"},
{vsn,"0.9.0"}, {vsn,"0.9.0"},
{modules,[hakuzaru,hz,hz_fetcher,hz_format,hz_grids, {modules,[hakuzaru,hz,hz_aaci,hz_fetcher,hz_format,hz_grids,
hz_key_master,hz_man,hz_sup]}, hz_key_master,hz_man,hz_sophia,hz_sup]},
{mod,{hakuzaru,[]}}]}. {mod,{hakuzaru,[]}}]}.
+2 -2
View File
@@ -919,7 +919,7 @@ result(Received) -> Received.
%% @doc %% @doc
%% This function reads the source of a Sophia contract (an .aes file) %% This function reads the source of a Sophia contract (an .aes file)
%% and returns the unsigned create contract call data with default values. %% 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) -> contract_create(CreatorID, Path, InitArgs) ->
case next_nonce(CreatorID) of case next_nonce(CreatorID) of
@@ -1108,7 +1108,7 @@ contract_create2(CreatorID, Nonce, Gas, GasPrice, Amount, TTL, Name, Source, Opt
%% @doc %% @doc
%% This function takes the compiler output (instead of starting from source), %% This function takes the compiler output (instead of starting from source),
%% and returns the unsigned create contract call data with default values. %% 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) -> contract_create_built(CreatorID, Compiled, InitArgs) ->
case next_nonce(CreatorID) of case next_nonce(CreatorID) of