Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
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
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!26
ref: simplify wot (remove right)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ref: simplify wot (remove right)
elois-simplify-wot-remove-right
into
master
Overview
0
Commits
3
Pipelines
0
Changes
32
Merged
Éloïs
requested to merge
elois-simplify-wot-remove-right
into
master
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
b6778e7e
3 years ago
master (base)
and
latest version
latest version
ad230b5b
3 commits,
3 years ago
version 1
b6778e7e
2 commits,
3 years ago
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pallets/identity/src/lib.rs
+
1
−
1
Options
@@ -337,7 +337,7 @@ pub mod pallet {
@@ -337,7 +337,7 @@ pub mod pallet {
let
name
=
idty_value
.name
.clone
();
let
name
=
idty_value
.name
.clone
();
<
Identities
<
T
>>
::
insert
(
idty_index
,
idty_value
);
<
Identities
<
T
>>
::
insert
(
idty_index
,
idty_value
);
Self
::
deposit_event
(
Event
::
IdtyValidated
(
name
.clone
()
));
Self
::
deposit_event
(
Event
::
IdtyValidated
(
name
));
T
::
OnIdtyChange
::
on_idty_change
(
idty_index
,
IdtyEvent
::
Validated
);
T
::
OnIdtyChange
::
on_idty_change
(
idty_index
,
IdtyEvent
::
Validated
);
Ok
(()
.into
())
Ok
(()
.into
())
}
}
Loading