specron/framework

Default `gas` value not set in `ctx.deploy`

xpepermint opened this issue · 1 comments

The maximum gas value should be set automatically so a user doesn't have to set this property manually.

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: #23