From 83997d5b608313d311aa30565a704940532f534b Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 24 Dec 2022 15:37:59 +0100 Subject: [PATCH] comment --- cashu/wallet/wallet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index c9b4f2c..5d4e31a 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -291,6 +291,7 @@ class LedgerAPI: payloads, rs = self._construct_outputs(amounts, secrets) split_payload = SplitRequest(proofs=proofs, amount=amount, outputs=payloads) + # construct payload def _splitrequest_include_fields(proofs): """strips away fields from the model that aren't necessary for the /split""" proofs_include = {"id", "amount", "secret", "C", "script"}