Skip to content

Commit

Permalink
rm unused mapping/*, rm interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mossid committed Jun 11, 2019
1 parent e0f650f commit 927b4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/mapping/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewValue(base Base, key []byte) Value {
}

func (v Value) store(ctx Context) KVStore {
return v.base.store(ctx)
return v.base.Store(ctx)
}

func (v Value) Cdc() *codec.Codec {
Expand Down

0 comments on commit 927b4be

Please sign in to comment.