Change currency symbol

This commit is contained in:
David Boreham 2024-07-30 07:42:29 -06:00
parent ad64ad8720
commit c718f82d46

View File

@ -161,7 +161,7 @@ def setup(command_context: DeployCommandContext, parameters: LaconicStackSetupCo
options = opts.o
currency = "photon" # Does this need to be a parameter?
currency = "alnt" # Does this need to be a parameter?
if options.debug:
print(f"parameters: {parameters}")