Rename import to import_queue

This commit is contained in:
Luke Parker 2022-10-20 04:28:26 -04:00
parent 49a26e5841
commit 280683142a
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -134,4 +134,3 @@ where
self.inner.import_block(block, new_cache).await.map_err(Into::into)
}
}