Missing args

This commit is contained in:
Thomas E Lackey 2023-08-29 17:59:43 +00:00
parent 0111072c8b
commit 0c5ca81f1d

View File

@ -23,7 +23,7 @@ def setup(ctx):
return None
def create(ctx):
def create(ctx, extra_args):
# Generate the JWT secret and save to its config file
secret = token_hex(32)
jwt_file_path = ctx.deployment_dir.joinpath("data", "mainnet_eth_config_data", "jwtsecret")