mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(builder): desired block gas limit (#13351)
This commit is contained in:
@ -175,6 +175,7 @@ where
|
||||
timestamp: attributes.timestamp(),
|
||||
suggested_fee_recipient: attributes.suggested_fee_recipient(),
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user