mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove fill_ APIs (#13970)
This commit is contained in:
@ -173,7 +173,7 @@ where
|
||||
prev_randao: attributes.prev_randao(),
|
||||
gas_limit: attributes.gas_limit.unwrap_or(parent.gas_limit),
|
||||
};
|
||||
self.evm_config.next_cfg_and_block_env(parent, next_attributes)
|
||||
self.evm_config.next_evm_env(parent, next_attributes)
|
||||
}
|
||||
|
||||
/// Computes the witness for the payload.
|
||||
|
||||
Reference in New Issue
Block a user