From 40431f3d4f2f60a08d7593ee338e0689b5711072 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 19 Feb 2020 09:11:26 +0100 Subject: [PATCH] Formatted. --- examples/handshake.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/handshake.rs b/examples/handshake.rs index 1d97717e..933c758b 100644 --- a/examples/handshake.rs +++ b/examples/handshake.rs @@ -2,11 +2,11 @@ extern crate bitcoin; use std::net::{IpAddr, Ipv4Addr, Shutdown, SocketAddr, TcpStream}; use std::time::{SystemTime, UNIX_EPOCH}; -use std::{env, process, io::Write}; +use std::{env, io::Write, process}; -use bitcoin::secp256k1::rand::Rng; use bitcoin::consensus::encode; use bitcoin::network::{address, constants, message, message_network, stream_reader::StreamReader}; +use bitcoin::secp256k1::rand::Rng; fn main() { // This example establishes a connection to a Bitcoin node, sends the intial