From c056b0ea350d960cb4001edc65856b7fc1828fe3 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:02:35 +0200 Subject: [PATCH] verify test fails, will revert --- cashu/wallet/wallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index 8910ac21..f8228511 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -667,7 +667,7 @@ async def split( # create a suitable amount lists to keep and send based on the proofs # provided and the state of the wallet keep_outputs, send_outputs = self.determine_output_amounts( - proofs, amount, include_fees_to_send=True, keyset_id_outputs=self.keyset_id + proofs, amount, include_fees_to_send=False, keyset_id_outputs=self.keyset_id ) amounts = keep_outputs + send_outputs