Merge pull request #49 from vulcanize/vdb-435-update-indexes
Update storage mapping indexes to hex values
This commit is contained in:
commit
3bf6e84862
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user