Incorrect function reference in comment #20

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

In this comment,

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`.
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/hakuzaru#20
No description provided.