solving warning with unused variable
This commit is contained in:
parent
56e38eb25d
commit
1f993c9c3c
|
@ -331,7 +331,7 @@ impl BlockListener {
|
|||
continue;
|
||||
}
|
||||
|
||||
if let Err(err) = this
|
||||
if let Err(_) = this
|
||||
.index_slot(slot, commitment_config, postgres.clone())
|
||||
.await
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue