Removed unused import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use bitcoin::secp256k1::{rand, Keypair, PublicKey, Secp256k1, SecretKey};
|
||||
use bitcoin::secp256k1::{rand, Keypair, Secp256k1, SecretKey};
|
||||
use std::{
|
||||
fs::{self, File},
|
||||
io::Write,
|
||||
|
||||
Reference in New Issue
Block a user