mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make clippy happy (#6666)
This commit is contained in:
@ -23,7 +23,6 @@ use secp256k1::{
|
||||
};
|
||||
use sha2::Sha256;
|
||||
use sha3::Keccak256;
|
||||
use std::convert::TryFrom;
|
||||
|
||||
const PROTOCOL_VERSION: usize = 4;
|
||||
|
||||
|
||||
@ -149,7 +149,7 @@ where
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::util::pk2id;
|
||||
use secp256k1::{rand, SECP256K1};
|
||||
use secp256k1::SECP256K1;
|
||||
use tokio::net::{TcpListener, TcpStream};
|
||||
|
||||
#[tokio::test]
|
||||
|
||||
Reference in New Issue
Block a user