Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Fix passing optional args in _compile_contract #150

Merged
merged 3 commits into from
Jul 27, 2022

Conversation

andrew-fleming
Copy link
Contributor

When executing nile compile with the optional --account_contract and --disable_hint_validation flags, _compile_contract concatenated the flags i.e. --account_contract--disable_hint_validation.

Resolves #149.

Copy link
Contributor

@martriay martriay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! left a small suggestion

src/nile/core/compile.py Show resolved Hide resolved
@martriay martriay merged commit 3d72db5 into OpenZeppelin:main Jul 27, 2022
@andrew-fleming andrew-fleming mentioned this pull request Jul 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error combining --account_contract and --disable_hint_validation arguments
2 participants