| Index: impl/memory/datastore_index.go
 | 
| diff --git a/impl/memory/datastore_index.go b/impl/memory/datastore_index.go
 | 
| index f2b5010da0f9c98f31628043c54523f8ddf7bdde..4c514c980c4b564158933cb615339d695597b882 100644
 | 
| --- a/impl/memory/datastore_index.go
 | 
| +++ b/impl/memory/datastore_index.go
 | 
| @@ -240,7 +240,7 @@ func addIndexes(store memStore, aid string, compIdx []*ds.IndexDefinition) {
 | 
|  				pm, err := rpm(i.Val)
 | 
|  				memoryCorruption(err)
 | 
|  
 | 
| -				prop, err := serialize.ReadProperty(bytes.NewBuffer(i.Key), serialize.WithoutContext, aid, ns)
 | 
| +				prop, err := serialize.ReadProperty(bytes.NewBuffer(i.Key), serialize.WithoutContext, ds.KeyContext{aid, ns})
 | 
|  				memoryCorruption(err)
 | 
|  
 | 
|  				k := prop.Value().(*ds.Key)
 | 
| 
 |