Misc comments

This commit is contained in:
Luke Parker
2024-09-20 02:12:26 -04:00
parent 554c5778e4
commit 2984d2f8cf
4 changed files with 4 additions and 15 deletions

View File

@@ -53,20 +53,6 @@ TODO
}
}
#[cfg(test)]
async fn get_block_number(&self, id: &<Self::Block as Block<Self>>::Id) -> usize {
self
.provider
.get_block(B256::from(*id).into(), BlockTransactionsKind::Hashes)
.await
.unwrap()
.unwrap()
.header
.number
.try_into()
.unwrap()
}
#[cfg(test)]
async fn get_transaction_by_eventuality(
&self,