native: rename onPayment into onNEP17Payment

Follow neo-project/neo#2287.
This commit is contained in:
Roman Khimov 2021-02-05 16:09:51 +03:00
parent b1977ea4e3
commit a442e1530d
6 changed files with 7 additions and 7 deletions

View file

@ -4,5 +4,5 @@ func Verify() bool {
return true
}
func OnPayment(from []byte, amount int, data interface{}) {
func OnNEP17Payment(from []byte, amount int, data interface{}) {
}