storage: drop STValidator prefix, it's not used

This commit is contained in:
Roman Khimov 2020-06-05 18:23:48 +03:00
parent 709146f295
commit bf6435eeaa
2 changed files with 0 additions and 3 deletions

View file

@ -10,7 +10,6 @@ const (
DataBlock KeyPrefix = 0x01 DataBlock KeyPrefix = 0x01
DataTransaction KeyPrefix = 0x02 DataTransaction KeyPrefix = 0x02
STAccount KeyPrefix = 0x40 STAccount KeyPrefix = 0x40
STValidator KeyPrefix = 0x48
STAsset KeyPrefix = 0x4c STAsset KeyPrefix = 0x4c
STNotification KeyPrefix = 0x4d STNotification KeyPrefix = 0x4d
STContract KeyPrefix = 0x50 STContract KeyPrefix = 0x50

View file

@ -11,7 +11,6 @@ var (
DataBlock, DataBlock,
DataTransaction, DataTransaction,
STAccount, STAccount,
STValidator,
STAsset, STAsset,
STContract, STContract,
STStorage, STStorage,
@ -25,7 +24,6 @@ var (
0x01, 0x01,
0x02, 0x02,
0x40, 0x40,
0x48,
0x4c, 0x4c,
0x50, 0x50,
0x70, 0x70,