You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually since NEP-10 has been marked obsolete, I've raised this issue in the proposals repo, so that it can be added to NEP-15 to ensure consistency going forward:
The SupportedStandards directive in the NEP17 example at https://github.com/neo-project/docs/blob/master/docs/en-us/develop/write/nep17.md and https://github.com/neo-project/docs/blob/master/docs/zh-cn/develop/write/nep17.md is written as
[SupportedStandards("NEP17", "NEP10")]
but should be written as
[SupportedStandards("NEP-17", "NEP-10")]
if we want to follow the old NEP-10 standard.
Actually since NEP-10 has been marked obsolete, I've raised this issue in the proposals repo, so that it can be added to NEP-15 to ensure consistency going forward:
neo-project/proposals#139
The text was updated successfully, but these errors were encountered: