mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
cargo fmt
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user