mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-16 21:16:30 +00:00
smartcontract: remove IsNEP17()
This commit is contained in:
parent
9c0bbd0bfd
commit
eb26a61078
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue