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
Pascal Engélibert
duniter
Commits
03735923
Commit
03735923
authored
Mar 01, 2017
by
Cédric Moreau
Browse files
[fix] #860 Crash during block testing
parent
e436d233
Changes
1
Show whitespace changes
Inline
Side-by-side
app/lib/dup/indexer.js
View file @
03735923
...
@@ -1586,6 +1586,7 @@ function checkPeopleAreNotOudistanced (pubkeys, newLinks, newcomers, conf, dal)
...
@@ -1586,6 +1586,7 @@ function checkPeopleAreNotOudistanced (pubkeys, newLinks, newcomers, conf, dal)
tempLinks
.
push
({
from
:
fromNode
,
to
:
toNode
});
tempLinks
.
push
({
from
:
fromNode
,
to
:
toNode
});
}
}
}
}
wotb
.
setMaxCert
(
conf
.
sigStock
+
tempLinks
.
length
);
tempLinks
.
forEach
((
link
)
=>
wotb
.
addLink
(
link
.
from
,
link
.
to
));
tempLinks
.
forEach
((
link
)
=>
wotb
.
addLink
(
link
.
from
,
link
.
to
));
// Checking distance of each member against them
// Checking distance of each member against them
let
error
;
let
error
;
...
...
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