Bitcoins on the testnet have no value, so it should'nt display a value.
Bitcoins on the Testnet display the normal BTC price.
This can be pretty annoying if you have other accounts.
We are aware of this, it's currently using the BTC value for the fiat calculation, I personally agree it should show either zero or unavailable since they have no value.
Yeah we could easily shortcut it in live-common. If currency.isTestnetFor then you returns 0 in the calculation function.
@gre Would it be something that i can easily change with a PR?
@Luuk2016 returning 0 in the getRate function if the pair.from currency has a isTestnetFor should do the trick
Created a PR
Sorry if i am totally wrong, my JS knowledge isn't that great. 馃槥