-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It would be nice to have the possibility to set other currencies, like euro instead of dollar
I found some types from kraken like this XETHZEUR here:
https://github.com/Beldur/kraken-go-api-client/blob/master/types.go
And you'll definitely get a beer-wise donation for that!
I already tried to simply replace
@SerializedName("XETHZUSD")
private KrakenPriceApi mPriceApi;
with
@SerializedName("XETHZEUR")
private KrakenPriceApi mPriceApi;
But somehow my Android Studio screws up with building (outdated maven I guess).
Thank anyway for having a look at this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels