Open JonathonDunford opened 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
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.
newEthGasPrice > self.config.ethGasPrice
Suggested:
Issue by freeatnet Sunday Jan 14, 2018 at 12:32 GMT Originally opened as https://github.com/forkdelta/forkdelta.github.io/issues/17
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: