chore: rename BlockChain to Blockchain (#7840)

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Delweng
2024-04-25 21:56:04 +08:00
committed by GitHub
parent 421888d22f
commit 6f22621f43
6 changed files with 40 additions and 40 deletions

View File

@ -2354,7 +2354,7 @@ mod tests {
genesis::{Genesis, GenesisAllocator},
Hardfork, U256,
};
use reth_provider::test_utils::blocks::BlockChainTestData;
use reth_provider::test_utils::blocks::BlockchainTestData;
#[tokio::test]
async fn new_payload_before_forkchoice() {
@ -2569,7 +2569,7 @@ mod tests {
#[tokio::test]
async fn payload_pre_merge() {
let data = BlockChainTestData::default();
let data = BlockchainTestData::default();
let mut block1 = data.blocks[0].0.block.clone();
block1
.header