forked from TrueCloudLab/neoneo-go
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…
Reference in a new issue