mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rename BlockChain to Blockchain (#7840)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user