frangio / hardhat-exposed

Automatically expose internal Solidity functions for smart contract testing.
82 stars 13 forks source link

Make constructor payable #30

Closed Amxx closed 1 year ago

Amxx commented 1 year ago

Fixes #29

frangio commented 1 year ago

I changed this so that the payable modifier is only added if one of the parent constructors has a payable modifier.