Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liorbond committed Sep 23, 2023
1 parent 1107492 commit 5e956a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/compute/internal/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ func (k Keeper) Create(ctx sdk.Context, creator sdk.AccAddress, wasmCode []byte,
return codeID, nil
}

func (k Keeper) GetStoreKey() sdk.StoreKey {
return k.storeKey
}

func (k Keeper) GetCdc() codec.BinaryCodec {
return k.cdc
}
Expand Down

0 comments on commit 5e956a1

Please sign in to comment.