This commit is contained in:
callebtc
2022-09-28 00:26:25 +02:00
parent c970448c62
commit ff7312c6d8
2 changed files with 8 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ class LedgerAPI:
fst_outputs = amount_split(fst_amt)
snd_outputs = amount_split(snd_amt)
# TODO: Refactor together with the same procedure in self.mint()
secrets = []
payloads: MintPayloads = MintPayloads()
for output_amt in fst_outputs + snd_outputs: