Skip to content

Commit 32f4303

Browse files
committed
fix: merge error
1 parent d4a21e3 commit 32f4303

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libsigner/src/events.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ use stacks_common::types::chainstate::{
4646
BlockHeaderHash, BurnchainHeaderHash, ConsensusHash, SortitionId, StacksPublicKey,
4747
};
4848
use stacks_common::util::hash::{hex_bytes, Hash160, Sha512Trunc256Sum};
49-
use stacks_common::util::serde_serializers::{
50-
prefix_hex, prefix_opt_hex, prefix_opt_hex, prefix_string_0x,
51-
};
49+
use stacks_common::util::serde_serializers::{prefix_hex, prefix_opt_hex, prefix_string_0x};
5250
use stacks_common::util::HexError;
5351
use stacks_common::versions::STACKS_NODE_VERSION;
5452
use tiny_http::{

0 commit comments

Comments
 (0)