mirror of https://github.com/nucypher/nucypher.git
Fix incorrect typehint for publishing aggregated transcript.
parent
50b6e5772e
commit
cc0d207f31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue