smartcontract: remove IsNEP17()

This commit is contained in:
Evgeniy Stratonikov 2021-02-19 11:53:12 +03:00
parent 9c0bbd0bfd
commit eb26a61078

View file

@ -42,8 +42,3 @@ var nep17 = &Standard{
},
},
}
// IsNEP17 checks if m is NEP-17 compliant.
func IsNEP17(m *manifest.Manifest) error {
return Comply(m, nep17)
}