mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Remove remaining facade module re-exports from consensus/types (#8672)
Removes the remaining facade re-exports from `consensus/types`. I have left `graffiti` as I think it has some utility so am leaning towards keeping it in the final API design. Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
@@ -8,8 +8,8 @@ use state_processing::common::{
|
||||
use std::collections::HashMap;
|
||||
use types::{
|
||||
Attestation, BeaconState, ChainSpec, EthSpec,
|
||||
beacon_state::BeaconStateBase,
|
||||
consts::altair::{PARTICIPATION_FLAG_WEIGHTS, PROPOSER_WEIGHT, WEIGHT_DENOMINATOR},
|
||||
state::BeaconStateBase,
|
||||
};
|
||||
|
||||
pub const PROPOSER_REWARD_DENOMINATOR: u64 =
|
||||
|
||||
Reference in New Issue
Block a user