`moonworm v0.7.1`: Fixes a bug with calling `pure` functions from the command line
In earlier versions of moonworm
, calls from the command line to pure
functions would error out because there was no sender
sent with the CLI invocation.
This releases fixes this issue.