mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-22 19:34:18 +01:00
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:
@@ -60,7 +60,7 @@ async def wallet(ledger: Ledger):
|
||||
async def test_init_keysets(ledger: Ledger):
|
||||
ledger.keysets = {}
|
||||
await ledger.init_keysets()
|
||||
assert len(ledger.keysets) == 1
|
||||
assert len(ledger.keysets) == 2
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user