Skip to content

Commit

Permalink
Merge branch 'dev' into p-645-add-test-case-for-scheduled-enclave-set…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
Traf333 committed Apr 15, 2024
2 parents d9df608 + 81b0d0d commit 70b1c37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion tee-worker/cli/src/trusted_base_cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@
*/

#[cfg(feature = "development")]
use crate::trusted_base_cli::commands::litentry::remove_identity::RemoveIdentityCommand;
use crate::{
trusted_base_cli::commands::{
balance::BalanceCommand,
get_shard::GetShardCommand,
get_shard_vault::GetShardVaultCommand,
litentry::{
get_storage::GetStorageCommand, link_identity::LinkIdentityCommand,
remove_identity::RemoveIdentityCommand, request_vc::RequestVcCommand,
request_vc::RequestVcCommand,
send_erroneous_parentchain_call::SendErroneousParentchainCallCommand,
},
nonce::NonceCommand,
Expand Down
1 change: 0 additions & 1 deletion tee-worker/litentry/pallets/identity-management/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ pub mod pallet {
})
}

#[cfg(feature = "development")]
#[pallet::call_index(5)]
#[pallet::weight({15_000_000})]
pub fn remove_identity(
Expand Down

0 comments on commit 70b1c37

Please sign in to comment.