Skip to content

Commit

Permalink
[SM-122] remove get all valuations grpc endpoint for explorer, being …
Browse files Browse the repository at this point in the history
…move to valuations-api
  • Loading branch information
Eduardo Rodriguez authored and Eduardo Rodriguez committed Sep 22, 2023
1 parent 62c248c commit 6117ee1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/rpc/user_devices.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ import (
"google.golang.org/protobuf/types/known/timestamppb"
)

// Euro to USD conversion rate, used for calculating the price of the device, hardcoded for now
const (
euroToUsd float64 = 1.10
)

func NewUserDeviceRPCService(
dbs func() *db.ReaderWriter,
settings *config.Settings,
Expand Down

0 comments on commit 6117ee1

Please sign in to comment.