fix mint command

This commit is contained in:
callebtc
2022-09-28 18:00:30 +02:00
parent ea6ab798cd
commit 63f1c7b93b

View File

@@ -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"