Skip to content

Commit

Permalink
fixup! encointer_utils: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed Jul 31, 2023
1 parent c438ade commit d431acb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions enclave-runtime/src/rpc/encointer_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@
limitations under the License.
*/
use crate::{
initialization::global_components::GLOBAL_OCALL_API_COMPONENT,
utils::get_validator_accessor_from_solo_or_parachain, Vec,
};
use crate::{initialization::global_components::GLOBAL_OCALL_API_COMPONENT, Vec};
use codec::Decode;
use encointer_primitives::{
ceremonies::Reputation, communities::CommunityIdentifier, scheduler::CeremonyIndexType,
};
use itc_parentchain::light_client::{concurrent_access::ValidatorAccess, LightClientState};
use itp_component_container::ComponentGetter;
use itp_ocall_api::EnclaveOnChainOCallApi;
use itp_stf_primitives::types::AccountId;
Expand Down

0 comments on commit d431acb

Please sign in to comment.