mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
examples: rename onNEP11Transfer
to onNEP11Payment
in manifests
There is no such thing as `onNEP11Transfer` in NEP-11.
This commit is contained in:
parent
fecc7a3dd6
commit
5fa000cbae
2 changed files with 2 additions and 2 deletions
|
@ -14,4 +14,4 @@ events:
|
|||
- name: tokenId
|
||||
type: ByteArray
|
||||
permissions:
|
||||
- methods: ["onNEP11Transfer"]
|
||||
- methods: ["onNEP11Payment"]
|
||||
|
|
|
@ -13,4 +13,4 @@ events:
|
|||
- name: tokenId
|
||||
type: ByteArray
|
||||
permissions:
|
||||
- methods: ["onNEP11Transfer"]
|
||||
- methods: ["onNEP11Payment"]
|
Loading…
Reference in a new issue