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
This is because when you make library function internal/private it then limits to your code base only. But when you make it external that means any one from outside can access it. Therefore it deploys that library separately.
I hope I answered your question.
When i am trying to deploy FiatTokenV2_2 contract using hardhat i am getting error.
This is becouse we are using external function li library contract. When i am using internal function visibilty its working file
The text was updated successfully, but these errors were encountered: