everx-labs / everdev

TVM Development Environment - Set up all the core Developer tools and work with TVM blockchains(Everscale, TON, Venom) from a single interface
https://docs.everos.dev/everdev/
Apache License 2.0
110 stars 45 forks source link

Delete "constructor" from available functions because it is not available #147

Closed pizza-777 closed 1 year ago

pizza-777 commented 1 year ago

When I run something like this: everdev contract run (or run-local)..... I've got something like this:

Available functions:

1) someFunction 2) constructor

I think that constructor needs to be deleted from this list.