Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Merge requests
!1252
Resolve "Canno't sync on g1-test (1.6.18)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Canno't sync on g1-test (1.6.18)"
1275-canno-t-sync-on-g1-test-1-6-18
into
1.6
Overview
1
Commits
1
Pipelines
0
Changes
2
Merged
Resolve "Canno't sync on g1-test (1.6.18)"
Cédric Moreau
requested to merge
1275-canno-t-sync-on-g1-test-1-6-18
into
1.6
Feb 24, 2018
Overview
1
Commits
1
Pipelines
0
Changes
2
Closes
#1275 (closed)
Edited
Feb 25, 2018
by
Cédric Moreau
1
0
Merge request reports
Compare
1.6
1.6 (base)
and
latest version
latest version
608b5b1d
1 commit,
Feb 24, 2018
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
app/lib/indexer.ts
+
1
−
1
View file @ 608b5b1d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -222,7 +222,7 @@ export class Indexer {
unchainables
:
0
,
type
:
'
JOIN
'
,
expires_on
:
conf
.
msValidity
,
expired_on
:
null
,
expired_on
:
0
,
revokes_on
:
conf
.
msValidity
*
constants
.
REVOCATION_FACTOR
,
revocation
:
null
,
chainable_on
:
block
.
medianTime
+
conf
.
msPeriod
,
Loading