Incorrect function reference in comment #20

Closed
opened 2026-01-26 16:49:46 +09:00 by uwiger · 0 comments
Owner

In this comment,

hakuzaru/src/hz.erl Lines 900 to 903 in 48bcccdf23
%% @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.

The reference to create_contract/8 should be contract_create/8.

In this comment, https://git.qpq.swiss/QPQ-AG/hakuzaru/src/commit/48bcccdf23c38da4ed59f41e1c45e19da9499ef4/src/hz.erl#L900-L903 The reference to `create_contract/8` should be `contract_create/8`.
zxq9 referenced this issue from a commit 2026-05-10 15:49:42 +09:00
zxq9 closed this issue 2026-05-10 15:50:37 +09:00
Sign in to join this conversation.