mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
clippy fixes
This commit is contained in:
@@ -209,7 +209,7 @@ async fn handle_batch_and_burns<D: Db, Pro: Processors>(
|
||||
}
|
||||
|
||||
for burn in serai.coins().burn_events().await? {
|
||||
if let CoinsEvent::Burn { address: _, instruction } = burn {
|
||||
if let CoinsEvent::Burn { from: _, instruction } = burn {
|
||||
let network = instruction.balance.coin.network();
|
||||
network_had_event(&mut burns, &mut batches, network);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user