NUT-08 Lightning fee return (#114)

* skeleton

* works

* comments

* docsctrings ledger.py

* bump version to 0.10.

* fixes mypy stuff

* make format

* remove unwanted changes
This commit is contained in:
calle
2023-03-16 01:28:33 +01:00
committed by GitHub
parent 9ae222740a
commit 70828b59d5
9 changed files with 349 additions and 75 deletions

View File

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