Remove unused extern statement

extern crate keywords are no longer needed to import a crate
This commit is contained in:
yancy 2024-11-27 22:57:51 -06:00
parent f95d877d56
commit 667b7f1010
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
extern crate bitcoin;
use std::{env, process};
use bitcoin::address::{Address, KnownHrp};

View File

@ -1,5 +1,3 @@
extern crate bitcoin;
use std::io::{BufReader, Write};
use std::net::{IpAddr, Ipv4Addr, Shutdown, SocketAddr, TcpStream};
use std::time::{SystemTime, UNIX_EPOCH};