storage: drop STValidator prefix, it's not used
This commit is contained in:
parent
709146f295
commit
bf6435eeaa
2 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@ const (
|
|||
DataBlock KeyPrefix = 0x01
|
||||
DataTransaction KeyPrefix = 0x02
|
||||
STAccount KeyPrefix = 0x40
|
||||
STValidator KeyPrefix = 0x48
|
||||
STAsset KeyPrefix = 0x4c
|
||||
STNotification KeyPrefix = 0x4d
|
||||
STContract KeyPrefix = 0x50
|
||||
|
|
|
@ -11,7 +11,6 @@ var (
|
|||
DataBlock,
|
||||
DataTransaction,
|
||||
STAccount,
|
||||
STValidator,
|
||||
STAsset,
|
||||
STContract,
|
||||
STStorage,
|
||||
|
@ -25,7 +24,6 @@ var (
|
|||
0x01,
|
||||
0x02,
|
||||
0x40,
|
||||
0x48,
|
||||
0x4c,
|
||||
0x50,
|
||||
0x70,
|
||||
|
|
Loading…
Reference in a new issue