Mint: settle mint-melt on same mint with different units externally (#651)

* WIP settle different units externally

* mint melt externally different units

* deprecated route return only sat

* comment

---------

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
Damian
2024-10-30 13:59:57 -07:00
committed by GitHub
parent 48b0368ad2
commit b8dd43deaa
8 changed files with 69 additions and 20 deletions

View File

@@ -94,6 +94,12 @@ async def test_api_keysets(ledger: Ledger):
"active": True,
"input_fee_ppk": 0,
},
{
"id": "00c074b96c7e2b0e",
"unit": "usd",
"active": True,
"input_fee_ppk": 0,
},
]
}
assert response.json() == expected