mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-22 02:34:55 +00:00
cargo fmt
This commit is contained in:
parent
66eaf6ab61
commit
6a2a353b91
1 changed files with 4 additions and 6 deletions
|
@ -369,9 +369,7 @@ 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
|
|
||||||
.map(|key| {
|
|
||||||
let (_, offsets, _) = scanner(key);
|
let (_, offsets, _) = scanner(key);
|
||||||
Self::address(key + (ProjectivePoint::GENERATOR * offsets[&OutputType::Change])).0
|
Self::address(key + (ProjectivePoint::GENERATOR * offsets[&OutputType::Change])).0
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue