Skip to content

Commit

Permalink
Clippy fixes for main.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Sep 20, 2023
1 parent 602564e commit 0189324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacks-signer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ use clap::Parser;
use clarity::vm::types::QualifiedContractIdentifier;
use libsigner::{RunningSigner, Signer, SignerSession, StackerDBEventReceiver, StackerDBSession};
use libstackerdb::StackerDBChunkData;
use slog::{slog_debug, slog_warn};
use slog::slog_debug;
use stacks_common::{
address::{
AddressHashMode, C32_ADDRESS_VERSION_MAINNET_SINGLESIG,
C32_ADDRESS_VERSION_TESTNET_SINGLESIG,
},
debug,
types::chainstate::{StacksAddress, StacksPrivateKey, StacksPublicKey},
warn,
};
use stacks_signer::{
cli::{
Expand Down

0 comments on commit 0189324

Please sign in to comment.