Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Unable to deploy contracts having multiple-line init params #223

@SnowyField1906

Description

@SnowyField1906

Problem

when deploying contracts which have init params with deployContract or deployContractByName
it will throws Error: Type Error: type is not a string if the params are multiple-line like this:

init(
   a: Int,
   b: Int
 )

but it still works with single-line params like this:

init(a: Int, b: Int)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions