Closed poszu closed 3 weeks ago
Closes #160
Removed the noentrypoint feature. A program with no "main" can simply use entrypoint!() without a parameter.
noentrypoint
entrypoint!()
Changed the template macro to not include the entrypoint to allow using it multiple times in a program (look at the wallet template for a use case).
template
Closes #160
Removed the
noentrypoint
feature. A program with no "main" can simply useentrypoint!()
without a parameter.Changed the
template
macro to not include the entrypoint to allow using it multiple times in a program (look at the wallet template for a use case).