solving warning with unused variable

This commit is contained in:
Godmode Galactus 2023-02-14 12:47:46 +01:00
parent 56e38eb25d
commit 1f993c9c3c
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ impl BlockListener {
continue;
}
if let Err(err) = this
if let Err(_) = this
.index_slot(slot, commitment_config, postgres.clone())
.await
{