Open ToDestiny opened 1 year ago
In the Read.Me the import is incorrect: import "github.com/Arachnid/solidity-stringutils/strings.sol"; shows an error.
If i correct it to : import "github.com/Arachnid/solidity-stringutils/src/strings.sol";
It works but I still get warnings.
same issue for me
In the Read.Me the import is incorrect: import "github.com/Arachnid/solidity-stringutils/strings.sol"; shows an error.
If i correct it to : import "github.com/Arachnid/solidity-stringutils/src/strings.sol";
It works but I still get warnings.