Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Feb 18, 2025
1 parent c7a38fe commit 06c15d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anchor/network/src/handshake/node_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ mod tests {
use crate::handshake::node_info::{NodeInfo, NodeMetadata};
use libp2p::identity::Keypair;

const HOLESKY_WITH_PREFIX: &'static str = "0x00000502";
const HOLESKY: &'static str = "00000502";
const HOLESKY_WITH_PREFIX: &str = "0x00000502";
const HOLESKY: &str = "00000502";

#[test]
fn test_node_info_seal_consume() {
Expand Down

0 comments on commit 06c15d8

Please sign in to comment.