Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pascal Engélibert
duniter
Commits
469807a6
Commit
469807a6
authored
Nov 02, 2015
by
Cédric Moreau
Browse files
Fix #193 wrong pubkey for certifications of certified-by
parent
05e4aa8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/controllers/wot.js
View file @
469807a6
...
...
@@ -300,7 +300,7 @@ function WOTBinding (server) {
};
idty
.
certs
.
forEach
(
function
(
cert
){
json
.
certifications
.
push
({
pubkey
:
cert
.
from
,
pubkey
:
cert
.
to
,
uid
:
cert
.
uid
,
cert_time
:
cert
.
cert_time
,
isMember
:
cert
.
isMember
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment