Agorex-io / FrontEnd

4 stars 2 forks source link

Gas price not updated unless it's higher #11

Open JonathonDunford opened 6 years ago

JonathonDunford commented 6 years ago

Issue by freeatnet Sunday Jan 14, 2018 at 12:32 GMT Originally opened as https://github.com/forkdelta/forkdelta.github.io/issues/17


  1. Visit ForkDelta while gas price is high
  2. Wait for gas prices to drop and ForkDelta to reduce gas price
  3. Visit ForkDelta again

Expected: default gas price is reduced accordingly. Observed: gas price is still at old default

Caused by newEthGasPrice > self.config.ethGasPrice in main.js logic of gas price updates.

Suggested: