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
Commits
1717eaff
"source/files/index.html" did not exist on "c5cf3cd7ac01df2e96a55adc61c715af02960d68"
Commit
1717eaff
authored
6 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
fix clippy warning
parent
20b30dbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dal/block.rs
+1
-1
1 addition, 1 deletion
dal/block.rs
with
1 addition
and
1 deletion
dal/block.rs
+
1
−
1
View file @
1717eaff
...
@@ -375,7 +375,7 @@ impl DALBlock {
...
@@ -375,7 +375,7 @@ impl DALBlock {
})
?
)
})
?
)
}
}
/// Compute median issuers frame
/// Compute median issuers frame
pub
fn
compute_median_issuers_frame
(
&
mut
self
,
db
:
&
BinDB
<
LocalBlockchainV10Datas
>
)
->
()
{
pub
fn
compute_median_issuers_frame
(
&
mut
self
,
db
:
&
BinDB
<
LocalBlockchainV10Datas
>
)
{
let
current_frame
=
self
let
current_frame
=
self
.get_current_frame
(
db
)
.get_current_frame
(
db
)
.expect
(
"Fatal error : fail to read LocalBlockchainV10DB !"
);
.expect
(
"Fatal error : fail to read LocalBlockchainV10DB !"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment