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
!75
[doc] document duniter-dal crate
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[doc] document duniter-dal crate
doc_dal
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
23
Merged
Éloïs
requested to merge
doc_dal
into
dev
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
23
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
e1439205
1 commit,
6 years ago
23 files
+
460
−
86
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
blockchain/apply_valid_block.rs
+
1
−
1
View file @ e1439205
Edit in single-file editor
Open in Web IDE
Show full file
@@ -205,7 +205,7 @@ pub fn apply_valid_block<W: WebOfTrust, B: Backend + Debug>(
members_pubkeys
.push
(
*
pubkey
);
}
}
currency_dbs_requests
.push
(
CurrencyDBsWriteQuery
::
Create
D
U
(
currency_dbs_requests
.push
(
CurrencyDBsWriteQuery
::
CreateU
D
(
SourceAmount
(
TxAmount
(
du_amount
as
isize
),
TxBase
(
block
.unit_base
)),
block
.number
,
members_pubkeys
,
Loading