Janitorial stuff

pull/218/head
David Núñez 2018-10-05 21:46:22 +02:00
parent 11674e18c8
commit 9e615d1820
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ class KFrag(object):
class CorrectnessProof(object):
def __init__(self, point_e2: Point, point_v2: Point, point_kfrag_commitment: Point,
point_kfrag_pok: Point, bn_sig: CurveBN, kfrag_signature: bytes,
point_kfrag_pok: Point, bn_sig: CurveBN, kfrag_signature: Signature,
metadata: Optional[bytes] = None) -> None:
self._point_e2 = point_e2
self._point_v2 = point_v2