cargo fmt

This commit is contained in:
Luke Parker
2023-08-21 10:40:10 -04:00
parent 76a30fd572
commit 1f45c2c6b5

View File

@@ -18,10 +18,8 @@ use frost::{
}; };
use bitcoin::{ use bitcoin::{
consensus::encode::serialize, consensus::encode::serialize, key::TweakedPublicKey, address::Payload, OutPoint, ScriptBuf,
key::TweakedPublicKey, TxOut, Transaction, Block,
address::Payload,
OutPoint, ScriptBuf, TxOut, Transaction, Block,
}; };
#[cfg(feature = "std")] #[cfg(feature = "std")]
use bitcoin::consensus::encode::Decodable; use bitcoin::consensus::encode::Decodable;