mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: make block field private (#13628)
This commit is contained in:
@ -269,7 +269,7 @@ where
|
||||
|
||||
// Fetch reorg target block depending on its depth and its parent.
|
||||
let mut previous_hash = next_block.parent_hash;
|
||||
let mut candidate_transactions = next_block.body.transactions;
|
||||
let mut candidate_transactions = next_block.into_body().transactions;
|
||||
let reorg_target = 'target: {
|
||||
loop {
|
||||
let reorg_target = provider
|
||||
|
||||
Reference in New Issue
Block a user