meritlabs / lightwallet-stack

Other
3 stars 1 forks source link

Default FeeLevels call does not use the BWSUrl in preferences. #61

Closed adilwali closed 6 years ago

adilwali commented 7 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

adilwali commented 7 years ago

Solved this here: https://github.com/meritlabs/lightwallet-stack/commit/026f63bb2abc979c691ede7b2c00fbab37164ac9

Should be merged soon.