Skip to content

Commit

Permalink
revert true
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 2, 2024
1 parent c056b0e commit 38025fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=False, keyset_id_outputs=self.keyset_id
proofs, amount, include_fees_to_send=True, keyset_id_outputs=self.keyset_id
)

amounts = keep_outputs + send_outputs
Expand Down

0 comments on commit 38025fe

Please sign in to comment.