fix after rebase

pull/3171/head
Piotr Roslaniec 2023-08-01 10:35:39 +02:00
parent 7f5f35b4c9
commit bb162a7a47
1 changed files with 1 additions and 1 deletions

View File

@ -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