mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +00:00
Use Uint256 for base_fee_per_gas
This commit is contained in:
@@ -71,7 +71,7 @@ pub fn initialize_beacon_state_from_eth1<T: EthSpec>(
|
||||
timestamp: eth1_timestamp,
|
||||
random: eth1_block_hash,
|
||||
gas_limit: GENESIS_GAS_LIMIT,
|
||||
base_fee_per_gas: GENESIS_BASE_FEE_PER_GAS,
|
||||
base_fee_per_gas: Uint256::from_little_endian(&GENESIS_BASE_FEE_PER_GAS),
|
||||
..ExecutionPayloadHeader::default()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user