Fix/ln unsuccessful payment (#159)

* throws error for unsuccessful payment so that wallets get error message

* bump to 0.11.2
This commit is contained in:
calle
2023-04-03 20:52:14 +02:00
committed by GitHub
parent 190f78eb54
commit 6b631111d1
5 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]}
setuptools.setup(
name="cashu",
version="0.11.1",
version="0.11.2",
description="Ecash wallet and mint for Bitcoin Lightning",
long_description=long_description,
long_description_content_type="text/markdown",