Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!164
Elois/currency params
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Elois/currency params
elois/currency-params
into
dev
Overview
0
Commits
2
Pipelines
0
Changes
27
Merged
Éloïs
requested to merge
elois/currency-params
into
dev
6 years ago
Overview
0
Commits
2
Pipelines
0
Changes
27
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
fce5a376
2 commits,
6 years ago
27 files
+
222
−
131
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
27
lib/modules/blockchain/blockchain/src/dubp/mod.rs
+
1
−
1
View file @ fce5a376
Edit in single-file editor
Open in Web IDE
Show full file
@@ -109,7 +109,7 @@ pub fn check_and_apply_block(
}
else
if
!
already_have_block
&&
(
block_doc
.number
.0
>=
bc
.current_blockstamp.id
.0
||
(
bc
.current_blockstamp.id
.0
-
block_doc
.number
.0
)
<
*
durs_blockchain_dal
::
constants
::
FORK_WINDOW_SIZE
as
u32
)
<
bc
.currency_params.fork_window_size
as
u32
)
{
debug!
(
"stackable_block : block {} not chainable, store this for future !"
,
Loading