mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Fix clippy
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user