Removed unused import

This commit is contained in:
Dave Hrycyszyn
2024-06-18 17:04:29 +01:00
parent 8e7d24ec7b
commit 089201b7be

View File

@@ -1,4 +1,4 @@
use bitcoin::secp256k1::{rand, Keypair, PublicKey, Secp256k1, SecretKey}; use bitcoin::secp256k1::{rand, Keypair, Secp256k1, SecretKey};
use std::{ use std::{
fs::{self, File}, fs::{self, File},
io::Write, io::Write,