mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-30 05:54:19 +01:00
comment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user