native: replace NEP-5 with NEP-17
This commit is contained in:
parent
a5914f89fa
commit
b97dfae8d8
27 changed files with 195 additions and 134 deletions
3
cli/testdata/verify.go
vendored
3
cli/testdata/verify.go
vendored
|
@ -3,3 +3,6 @@ package testdata
|
|||
func Verify() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
func OnPayment(from []byte, amount int, data interface{}) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue