mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Support highest_precompile_address
This commit is contained in:
@ -401,6 +401,7 @@ mod tests {
|
||||
},
|
||||
sidecars: None,
|
||||
read_precompile_calls: None,
|
||||
highest_precompile_address: None,
|
||||
},
|
||||
};
|
||||
let new_block = HlNewBlock(NewBlock { block, td: U128::from(1) });
|
||||
|
||||
Reference in New Issue
Block a user