Anyone know where/how Nano Wallet gets the market info? It always seems to be quite a bit different from what CMC is showing. Right now Nano has it at .1068 and CMC has .1113,
Right now it seems to get this information from poloniex. See the in the source-code on github (master):
- function: getMarketInfo()
Indeed it gets the data from Poloniex now and it was from CMC before.
I have made a mistake in previous release, not changed the calculation for the percentage.
Will be fixed in upcoming release
Cool. Thanks everyone