We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d67d6f commit 0ee0e30Copy full SHA for 0ee0e30
field/generator/internal/addchain/addchain.go
@@ -158,7 +158,7 @@ type AddChainData struct {
158
N string // base 16 value of the value
159
}
160
161
-// PrepareData builds input template data for the given addition chain script.
+// prepareAddChainData builds input template data for the given addition chain script.
162
func prepareAddChainData(s *ast.Chain, n string) (*AddChainData, error) {
163
// Prepare template data.
164
allocator := pass.Allocator{
0 commit comments