Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 28, 2020
1 parent 2469450 commit 870716e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tendermint/src/public_key.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Public keys used in Tendermint networks
use crate::error::{Error, Kind};
#[cfg(feature = "secp256k1")]
use anomaly::fail;
use serde::{de::Error as _, Deserialize, Deserializer, Serialize, Serializer};
use signatory::ed25519;
Expand Down

0 comments on commit 870716e

Please sign in to comment.