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
!102
Smith members can't revoke idty nor change its address
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Smith members can't revoke idty nor change its address
elois-smish-members-cant-change-or-rem-idty
into
master
Overview
0
Commits
7
Pipelines
0
Changes
3
Merged
Éloïs
requested to merge
elois-smish-members-cant-change-or-rem-idty
into
master
2 years ago
Overview
0
Commits
7
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
18609e59
Prev
Next
Show latest version
3 files
+
0
−
31
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
18609e59
pallet ud: remove temporary hotfix call
· 18609e59
Éloïs
authored
2 years ago
pallets/universal-dividend/src/lib.rs
+
0
−
16
Options
@@ -398,22 +398,6 @@ pub mod pallet {
@@ -398,22 +398,6 @@ pub mod pallet {
)
->
DispatchResultWithPostInfo
{
)
->
DispatchResultWithPostInfo
{
Self
::
do_transfer_ud
(
origin
,
dest
,
value
,
ExistenceRequirement
::
KeepAlive
)
Self
::
do_transfer_ud
(
origin
,
dest
,
value
,
ExistenceRequirement
::
KeepAlive
)
}
}
#[pallet::weight(T::WeightInfo::force_set_first_eligible_ud())]
pub
fn
force_set_first_eligible_ud
(
origin
:
OriginFor
<
T
>
,
who
:
T
::
AccountId
,
first_eligible_ud
:
FirstEligibleUd
,
)
->
DispatchResultWithPostInfo
{
ensure_root
(
origin
)
?
;
T
::
MembersStorage
::
try_mutate_exists
(
&
who
,
|
maybe_first_eligible_ud
|
{
if
let
Some
(
ref
mut
first_eligible_ud_
)
=
maybe_first_eligible_ud
{
*
first_eligible_ud_
=
first_eligible_ud
;
}
Ok
(()
.into
())
})
}
}
}
// PUBLIC FUNCTIONS
// PUBLIC FUNCTIONS
Loading