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
Currently, FT-connector uses Mask for paused flags. Let's rather incorporate the Pausable trait defined in near-plugins.
It would be good to use Ownable to better control the ownership of the contract.
The text was updated successfully, but these errors were encountered:
Currently, FT-connector uses
Mask
forpaused
flags. Let's rather incorporate thePausable
trait defined in near-plugins.It would be good to use
Ownable
to better control the ownership of the contract.The text was updated successfully, but these errors were encountered: