trust-all sets trust level to TRUSTED_UNVERIFIED
This commit is contained in:
parent
cf0e4a8b85
commit
c3b79ebe98
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ var (
|
|||
Account: account,
|
||||
Address: user.Address,
|
||||
SafetyNumber: identityKey.SafetyNumber,
|
||||
TrustLevel: "TRUST_UNVERIFIED",
|
||||
TrustLevel: "TRUSTED_UNVERIFIED",
|
||||
}
|
||||
err = trustReq.Submit(common.Signald)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue