Skip to content

Commit

Permalink
account addition profile validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyatulu committed Nov 29, 2024
1 parent 0377f28 commit 1630fd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom-pallets/profile-validation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@ pub mod pallet {
who.clone(),
profile_fund_info,
);
T::SharedStorageSource::add_approved_citizen_address(
profile_user_account,
)?;
} else {
Err(Error::<T>::ProfileFundAlreadyReturned)?;
}
Expand Down

0 comments on commit 1630fd8

Please sign in to comment.