mirror of https://github.com/nucypher/nucypher.git
We only want to substantiate at init time when decentralized uses are possible.
parent
801f625fe8
commit
9d6d41e817
|
@ -570,7 +570,7 @@ class Ursula(Teacher, Character, Miner):
|
||||||
interface_signature=interface_signature,
|
interface_signature=interface_signature,
|
||||||
timestamp=timestamp,
|
timestamp=timestamp,
|
||||||
identity_evidence=identity_evidence,
|
identity_evidence=identity_evidence,
|
||||||
substantiate_immediately=is_me,
|
substantiate_immediately=is_me and not federated_only,
|
||||||
passphrase=passphrase)
|
passphrase=passphrase)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue