Skip to content

Commit

Permalink
use lowercase function
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Dec 17, 2021
1 parent 8ceabac commit 1c68523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Generator.purs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ makeFunData { exprPrefix } fun@(SolidityFunction f) = do
, factorTypes
, signature: toSignature fun
, returnType
, name: exprPrefix <> f.name
, name: exprPrefix <> lowerCase f.name
, solidityFunction: fun
}
where
Expand Down

0 comments on commit 1c68523

Please sign in to comment.