Closed adilwali closed 6 years ago
The first FeeLevels call when access a wallet goes to a hardcoded URL, not the one set in the Preferences. We should call the configService for the URL.
I've changed the hardcoded url base to be mws.merit.me. This is what is getting called at the moment: https://mws.merit.me/mws/api/v1/feelevels/?network=livenet&r=94521
Solved this here: https://github.com/meritlabs/lightwallet-stack/commit/026f63bb2abc979c691ede7b2c00fbab37164ac9
Should be merged soon.
The first FeeLevels call when access a wallet goes to a hardcoded URL, not the one set in the Preferences. We should call the configService for the URL.
I've changed the hardcoded url base to be mws.merit.me. This is what is getting called at the moment:
https://mws.merit.me/mws/api/v1/feelevels/?network=livenet&r=94521