remove comment

This commit is contained in:
callebtc
2022-10-14 01:02:19 +02:00
parent d2363f8f2a
commit 167eaf89f2

View File

@@ -310,9 +310,6 @@ class Ledger:
if amount not in [2**i for i in range(MAX_ORDER)]:
raise Exception(f"Can only mint amounts up to {2**MAX_ORDER}.")
# promises = [
# await self._generate_promise(amount, B_) for B_, amount in zip(B_s, amounts)
# ]
promises = await self._generate_promises(B_s, keyset)
return promises