mirror of https://github.com/nucypher/nucypher.git
fix after rebase
parent
7f5f35b4c9
commit
bb162a7a47
|
@ -438,7 +438,7 @@ class Alice(Character, actors.PolicyAuthor):
|
|||
|
||||
class Bob(Character):
|
||||
banner = BOB_BANNER
|
||||
default_dkg_variant = FerveoVariant.Simple
|
||||
_default_dkg_variant = FerveoVariant.Simple
|
||||
_default_crypto_powerups = [SigningPower, DecryptingPower]
|
||||
_threshold_decryption_client_class = ThresholdDecryptionClient
|
||||
|
||||
|
|
Loading…
Reference in New Issue