Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nodes
typescript
duniter
Commits
c20eaf46
Commit
c20eaf46
authored
Aug 24, 2014
by
Cédric Moreau
Browse files
Fix: crash when adding keyblock (wrong callback)
parent
8feec8ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/service/KeychainService.js
View file @
c20eaf46
...
...
@@ -734,7 +734,7 @@ function KeyService (conn, conf, PublicKeyService) {
function
(
next
){
async
.
parallel
({
outdistanced
:
function
(
callback
){
Link
.
isOver3StepsOfAMember
(
key
,
members
,
next
);
Link
.
isOver3StepsOfAMember
(
key
,
members
,
callback
);
},
enoughLinks
:
function
(
callback
){
checkHaveEnoughLinks
(
key
.
fingerprint
,
{},
function
(
err
)
{
...
...
Write
Preview
Markdown
is supported
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