Skip to content

Commit

Permalink
Removing seemingly superfluous constant
Browse files Browse the repository at this point in the history
  • Loading branch information
cranktakular committed Mar 8, 2024
1 parent 14ab490 commit bee2878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exchanges/coinbasepro/coinbasepro.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
const (
coinbaseAPIURL = "https://api.coinbase.com"
coinbaseproSandboxAPIURL = "https://api-public.sandbox.exchange.coinbase.com/"
coinbaseproAPIVersion = "0"
coinbaseV3 = "/api/v3/brokerage/"
coinbaseAccounts = "accounts"
coinbaseBestBidAsk = "best_bid_ask"
Expand Down

0 comments on commit bee2878

Please sign in to comment.