mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
cargo fmt
This commit is contained in:
parent
76a30fd572
commit
1f45c2c6b5
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue