HAECHI-LABS / vvisp

A Smart Way to Operate Smart Contracts on EVM Based Blockchains like Ethereum
MIT License
85 stars 25 forks source link

fix: make generate scripts of all contracts in file #170

Closed JhChoy closed 5 years ago

JhChoy commented 5 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

If the contract name is different with file name or there are multiple contracts in on file, gen-script couldn't generate all scripts.

What is the new behavior?

Search all contracts and make their scripts

Does this PR introduce a breaking change?