mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-21 02:54:20 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user