Skip to content

Commit

Permalink
remove unused keys (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed May 30, 2022
1 parent a51b27e commit f435855
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions x/gastracker/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ const (
ContractInstanceMetadataKeyPrefix = "c_inst_md"

RewardEntryKeyPrefix = "reward_entry"

MagicString = "TjWnZr4u7x!A%D*G-KaPdSgUkXp2s5v8y/B?E(H+MbQeThWmYq3t6w9z$C&F)J@N"

GasTrackingQueryRequestMagicString = MagicString

GasRebateToUserDescriptor = "SmartContractGasRebateToUser"

PremiumGasDescriptor = "SmartContractPremiumGas"
)

func GetPendingContractInstanceMetadataKey(address string) []byte {
Expand Down

0 comments on commit f435855

Please sign in to comment.