Skip to content
Snippets Groups Projects
Commit 0fa46962 authored by Josh Brooks's avatar Josh Brooks
Browse files

WIP: Fix contact marshalling in bindings

parent 2fbd5553
No related branches found
No related tags found
3 merge requests!510Release,!324Fix contact marshal mismatch bug,!323Xx 4019/new or load alt ud
......@@ -252,7 +252,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