[Wallet] API: optional amount in InvoiceResponse (#236)

* fix missing value in InvoiceResponse API

* wallet api: optional amount in invoiceresponse

* skip tor test again
This commit is contained in:
callebtc
2023-05-23 18:30:33 +02:00
committed by GitHub
parent 21069fb61a
commit 7ed2161dba
3 changed files with 12 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ import requests
from cashu.tor.tor import TorProxy
@pytest.mark.skip(reason="Tor is not installed on CI")
def test_tor_setup():
s = requests.Session()