Fix incorrect typehint for publishing aggregated transcript.

pull/3183/head
derekpierre 2023-07-11 16:18:43 -04:00
parent 50b6e5772e
commit cc0d207f31
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from nucypher_core.ferveo import (
Ciphertext,
DecryptionSharePrecomputed,
DecryptionShareSimple,
FerveoPublicKey,
DkgPublicKey,
Transcript,
Validator,
)
@ -404,7 +404,7 @@ class Ritualist(BaseActor):
self,
ritual_id: int,
aggregated_transcript: AggregatedTranscript,
public_key: FerveoPublicKey,
public_key: DkgPublicKey,
) -> TxReceipt:
"""Publish an aggregated transcript to publicly available storage."""
# look up the node index for this node on the blockchain