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::{
consensus::encode::serialize,
key::TweakedPublicKey,
address::Payload,
OutPoint, ScriptBuf, TxOut, Transaction, Block,
consensus::encode::serialize, key::TweakedPublicKey, address::Payload, OutPoint, ScriptBuf,
TxOut, Transaction, Block,
};
#[cfg(feature = "std")]
use bitcoin::consensus::encode::Decodable;