mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +00:00
Fix clippy
This commit is contained in:
parent
139dcde69c
commit
6093f4ec93
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ impl Scanner {
|
||||||
|
|
||||||
data: OutputData { key: output_key, key_offset, commitment },
|
data: OutputData { key: output_key, key_offset, commitment },
|
||||||
|
|
||||||
metadata: Metadata { subaddress: subaddress, payment_id, arbitrary_data: extra.data() },
|
metadata: Metadata { subaddress, payment_id, arbitrary_data: extra.data() },
|
||||||
});
|
});
|
||||||
|
|
||||||
if let Some(burning_bug) = self.burning_bug.as_mut() {
|
if let Some(burning_bug) = self.burning_bug.as_mut() {
|
||||||
|
|
Loading…
Reference in a new issue