Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhickman committed Apr 26, 2022
1 parent 2f38882 commit 1d09ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Contracts.fs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ module ContractFunctions =
let private constructorRequireArgsAndNoneWereGiven (args: 'a list option) (pipe: Result<string * StateMutability, Web3Error>) =
pipe
|> Result.bind (fun (b, s) ->
printfn $"{b}"
if not(b = "90fa17bb") && args.IsNone then ConstructorArgumentsMissingError |> Error
else (b, s ) |> Ok )

Expand Down

0 comments on commit 1d09ca5

Please sign in to comment.