mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
cargo fmt
This commit is contained in:
@@ -369,12 +369,10 @@ impl Coin for Bitcoin {
|
|||||||
match BSignableTransaction::new(
|
match BSignableTransaction::new(
|
||||||
plan.inputs.iter().map(|input| input.output.clone()).collect(),
|
plan.inputs.iter().map(|input| input.output.clone()).collect(),
|
||||||
&payments,
|
&payments,
|
||||||
plan
|
plan.change.map(|key| {
|
||||||
.change
|
let (_, offsets, _) = scanner(key);
|
||||||
.map(|key| {
|
Self::address(key + (ProjectivePoint::GENERATOR * offsets[&OutputType::Change])).0
|
||||||
let (_, offsets, _) = scanner(key);
|
}),
|
||||||
Self::address(key + (ProjectivePoint::GENERATOR * offsets[&OutputType::Change])).0
|
|
||||||
}),
|
|
||||||
None,
|
None,
|
||||||
fee.0,
|
fee.0,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user