Closed xpepermint closed 6 years ago
This is actually not a bug. Default gas sets normally in deploy. What the problem was is that when calling methods in a deployed contract the default gas was set to: 90 000. We fixed this with: https://github.com/specron/framework/pull/23
The maximum gas value should be set automatically so a user doesn't have to set this property manually.