We only want to substantiate at init time when decentralized uses are possible.

pull/574/head
jMyles 2018-11-29 16:48:16 -05:00
parent 801f625fe8
commit 9d6d41e817
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class Ursula(Teacher, Character, Miner):
interface_signature=interface_signature,
timestamp=timestamp,
identity_evidence=identity_evidence,
substantiate_immediately=is_me,
substantiate_immediately=is_me and not federated_only,
passphrase=passphrase)
#