#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
@@ -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