You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and tanx to your grate library
i have created a file(string.sol) and copy paste the contents into it
the file is in the main solidity directory
i am importing via import "./strings.sol";
but i get an error for this line using strings for *;
error : AttributeError: 'UsingForDirective' object has no attribute 'typeName'
i am using brownie
The text was updated successfully, but these errors were encountered:
Hi and tanx to your grate library
i have created a file(string.sol) and copy paste the contents into it
the file is in the main solidity directory
i am importing via import "./strings.sol";
but i get an error for this line using strings for *;
error : AttributeError: 'UsingForDirective' object has no attribute 'typeName'
i am using brownie
The text was updated successfully, but these errors were encountered: