Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
mark kraken exchange as tested
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Oct 19, 2020
1 parent 643eb65 commit 2e3db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func loadExchanges() {
SortOrder: 0,
Description: "Kraken is a popular centralized cryptocurrency exchange",
TradeEnabled: true,
Tested: false,
Tested: true,
makeFn: func(exchangeFactoryData exchangeFactoryData) (api.Exchange, error) {
return makeKrakenExchange(exchangeFactoryData.apiKeys, exchangeFactoryData.simMode)
},
Expand Down

0 comments on commit 2e3db3c

Please sign in to comment.