Skip to content
Snippets Groups Projects
Commit df3cf987 authored by Jake Taylor's avatar Jake Taylor :lips:
Browse files

Merge branch 'XX-4018/AltUdContactBug' into 'XX-4019/NewOrLoadAltUd'

Fix contact marshal mismatch bug

See merge request !324
parents 4a9df9a9 0fa46962
No related branches found
No related tags found
3 merge requests!510Release,!324Fix contact marshal mismatch bug,!323Xx 4019/new or load alt ud
......@@ -256,7 +256,7 @@ func (ud *UserDiscovery) GetContact() ([]byte, error) {
return nil, err
}
return json.Marshal(c)
return c.Marshal(), nil
}
// ConfirmFact confirms a fact first registered via AddFact. The confirmation ID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment