This commit is contained in:
callebtc
2022-10-03 21:56:26 +02:00
parent 30c809e2a4
commit d1b66c5931
2 changed files with 2 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ class Ledger:
return amount
def _verify_equation_balanced(
self, proofs: List[Proof], outs: List[BlindedMessage]
self, proofs: List[Proof], outs: List[BlindedSignature]
):
"""Verify that Σoutputs - Σinputs = 0."""
sum_inputs = sum(self._verify_amount(p.amount) for p in proofs)