Skip to content

Commit 0ee0e30

Browse files
standstaffivokub
authored andcommitted
chore: fix some function names in comment (#569)
Signed-off-by: standstaff <[email protected]>
1 parent 3d67d6f commit 0ee0e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field/generator/internal/addchain/addchain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ type AddChainData struct {
158158
N string // base 16 value of the value
159159
}
160160

161-
// PrepareData builds input template data for the given addition chain script.
161+
// prepareAddChainData builds input template data for the given addition chain script.
162162
func prepareAddChainData(s *ast.Chain, n string) (*AddChainData, error) {
163163
// Prepare template data.
164164
allocator := pass.Allocator{

0 commit comments

Comments
 (0)