fmt + deny

This commit is contained in:
Luke Parker
2023-08-20 00:14:38 -04:00
parent 34397b31b1
commit 8973eb8ac4
5 changed files with 13 additions and 10 deletions

View File

@@ -385,9 +385,8 @@ impl Scanner {
}
// P - shared == spend
let subaddress = self
.subaddresses
.get(&(output_key - (&shared_key * ED25519_BASEPOINT_TABLE)).compress());
let subaddress =
self.subaddresses.get(&(output_key - (&shared_key * ED25519_BASEPOINT_TABLE)).compress());
if subaddress.is_none() {
continue;
}