Open Demonly opened 4 years ago
Wouldn't only the last else you added actually do something, since the other if-s return from inside their scope I think?
Wouldn't only the last else you added actually do something, since the other if-s return from inside their scope I think?
Yes the first two technically aren't needed. Wasn't aware they were just returning.
Last one be all that is needed to fix the values.
This primarily fixes the gas terminal with it displaying the wrong amount of gas.
Fixes:
688