smartcontract: remove NEP10 standard name
It's unused.
This commit is contained in:
parent
bc3a3d103e
commit
28b78d1a6c
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ const (
|
||||||
// MaxManifestSize is a max length for a valid contract manifest.
|
// MaxManifestSize is a max length for a valid contract manifest.
|
||||||
MaxManifestSize = math.MaxUint16
|
MaxManifestSize = math.MaxUint16
|
||||||
|
|
||||||
// NEP10StandardName represents the name of NEP10 smartcontract standard.
|
|
||||||
NEP10StandardName = "NEP-10"
|
|
||||||
// NEP11StandardName represents the name of NEP11 smartcontract standard.
|
// NEP11StandardName represents the name of NEP11 smartcontract standard.
|
||||||
NEP11StandardName = "NEP-11"
|
NEP11StandardName = "NEP-11"
|
||||||
// NEP17StandardName represents the name of NEP17 smartcontract standard.
|
// NEP17StandardName represents the name of NEP17 smartcontract standard.
|
||||||
|
|
Loading…
Reference in a new issue