BREAKING: PostMeltRequest, CheckSpendableResponse ` (#106)

* fix PostMeltRequest and /checkfees to GET

* POST /check -> GET /check

* fix GetCheckSpendableResponse

* rename models

* make format

* revert GET

* bump version to 0.9

* skip nostr test
This commit is contained in:
calle
2023-01-30 09:13:46 +01:00
committed by GitHub
parent e63db82641
commit 7e39e1b036
11 changed files with 40 additions and 29 deletions

View File

@@ -117,6 +117,7 @@ def test_receive_tokenv1(mint):
print(result.output)
@pytest.mark.skip
@pytest.mark.asyncio()
def test_nostr_send(mint):
runner = CliRunner()