Update storage mapping indexes to hex values

This commit is contained in:
Elizabeth Engelman 2019-03-25 14:28:49 -05:00
parent 2e8f3109aa
commit a7022563ab

View File

@ -42,8 +42,8 @@ const (
IndexSeven = "0000000000000000000000000000000000000000000000000000000000000007"
IndexEight = "0000000000000000000000000000000000000000000000000000000000000008"
IndexNine = "0000000000000000000000000000000000000000000000000000000000000009"
IndexTen = "0000000000000000000000000000000000000000000000000000000000000010"
IndexEleven = "0000000000000000000000000000000000000000000000000000000000000011 "
IndexTen = "000000000000000000000000000000000000000000000000000000000000000a"
IndexEleven = "000000000000000000000000000000000000000000000000000000000000000b"
)
func GetMapping(indexOnContract, key string) common.Hash {