Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Merge pull request #49 from vulcanize/vdb-435-update-indexes
Browse files Browse the repository at this point in the history
Update storage mapping indexes to hex values
  • Loading branch information
elizabethengelman authored Mar 27, 2019
2 parents 2506991 + bbace3a commit 449ca21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/shared/storage/mappings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 449ca21

Please sign in to comment.