Skip to content

Commit

Permalink
fix regtest mpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lollerfirst committed Mar 7, 2025
1 parent c9b3f33 commit e500e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wallet_regtest_mpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ async def test_regtest_internal_mpp_melt_quotes(wallet: Wallet, ledger: Ledger):

# try and create a multi-part melt quote
await assert_err(
wallet.melt_quote(mint_quote.request, 100*1000), "internal mpp not allowed"
wallet.melt_quote(mint_quote.request, 100*1000), "internal payments do not support mpp"
)

0 comments on commit e500e92

Please sign in to comment.