Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eauge committed Feb 15, 2019
1 parent 201aff5 commit d453276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! build crate for the ekiden api
//! Build crate for the ekiden api.
extern crate ekiden_tools;

Expand Down
3 changes: 1 addition & 2 deletions common/src/confidential/key_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ impl KeyManagerClient {
}
}

// used for the integration tests
#[allow(dead_code)]
#[cfg(not(test))]
#[derive(Debug)]
/// Wrapper around the Ekiden key manager client to provide a more convenient
/// Ethereum address based interface along with runtime-specific utility methods.
Expand Down

0 comments on commit d453276

Please sign in to comment.