From 63f1c7b93bdb86a07b773e6a9f95378bebe98f33 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 28 Sep 2022 18:00:30 +0200 Subject: [PATCH] fix mint command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cac9458..52c07a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,6 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -mint = "cashu.mint.app:main" +mint = "cashu.mint.main:main" cashu = "cashu.wallet.cli:cli" wallet-test = "tests.test_wallet:test" \ No newline at end of file