Conversation
|
Thanks for the PR! What was the issue that this fixed? |
|
On my local computer and on gitpod when deploying contracts the code in the repository worked for contracts that only had 1 constructor. Case 1. When there are no constructors parameters i.e. Reason: the command expects the constructor to take in parameters that are supplied by Fix: Added an if statement to check if the parameters supplied to Case 2. More than 1 constructor parameters i.e. What happened : Reason : With Fix: Using |
|
Interesting... Yeah... Do you know why your terminal isn't using |
I hope I'm doing it right, it's like my second PR.
I changed
read -ra argstoread -r argsand it seemed to fix all my problems