Skip to content

Commit

Permalink
Fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed May 1, 2020
1 parent c9f366e commit 876cb21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/traits.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use crate::keypair::{Keypair, PubKeyBin, PublicKey, KEYTYPE_ED25519};
use crate::result::Result;
use bs58;
use helium_proto::{
BlockchainTxnCreateHtlcV1, BlockchainTxnPaymentV1, BlockchainTxnPaymentV2,
BlockchainTxnRedeemHtlcV1, Message,
Expand Down
1 change: 0 additions & 1 deletion src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use aead::NewAead;
use aes_gcm::Aes256Gcm;
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use hmac::{Hmac, Mac};
use pbkdf2;
use sha2::Sha256;
use shamirsecretsharing::hazmat::{combine_keyshares, create_keyshares};
use sodiumoxide::randombytes;
Expand Down

0 comments on commit 876cb21

Please sign in to comment.