diff --git a/custom-pallets/profile-validation/src/lib.rs b/custom-pallets/profile-validation/src/lib.rs index c7bee25..a83b9b4 100644 --- a/custom-pallets/profile-validation/src/lib.rs +++ b/custom-pallets/profile-validation/src/lib.rs @@ -882,6 +882,9 @@ pub mod pallet { who.clone(), profile_fund_info, ); + T::SharedStorageSource::add_approved_citizen_address( + profile_user_account, + )?; } else { Err(Error::::ProfileFundAlreadyReturned)?; }