Skip to content

Commit

Permalink
Fix bc-worker build (#2661)
Browse files Browse the repository at this point in the history
* Fix bc-worker build

* clippy fix
  • Loading branch information
Traf333 committed Apr 12, 2024
1 parent 8683fd3 commit 73dff69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bitacross-worker/enclave-runtime/src/rpc/worker_api_direct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ use itp_top_pool_author::traits::AuthorApi;
use itp_types::{DirectRequestStatus, RsaRequest, ShardIdentifier, H256};
use itp_utils::{FromHexPrefixed, ToHexPrefixed};
use jsonrpc_core::{serde_json::json, IoHandler, Params, Value};
#[cfg(feature = "development")]
use lc_scheduled_enclave::ScheduledEnclaveUpdater;
use lc_scheduled_enclave::GLOBAL_SCHEDULED_ENCLAVE;
use litentry_macros::if_development;
use litentry_primitives::{AesRequest, DecryptableRequest};
Expand Down

0 comments on commit 73dff69

Please sign in to comment.