mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 17:54:28 +00:00
Fix compilation error (#3692)
This commit is contained in:
parent
fc0b06a039
commit
cb393f5b7d
@ -14,7 +14,7 @@ pub fn upgrade_to_eip4844<E: EthSpec>(
|
|||||||
let previous_fork_version = if cfg!(feature ="withdrawals") {
|
let previous_fork_version = if cfg!(feature ="withdrawals") {
|
||||||
pre.fork.current_version
|
pre.fork.current_version
|
||||||
} else {
|
} else {
|
||||||
spec.bellatrix_fork_epoch
|
spec.bellatrix_fork_version
|
||||||
};
|
};
|
||||||
|
|
||||||
// Where possible, use something like `mem::take` to move fields from behind the &mut
|
// Where possible, use something like `mem::take` to move fields from behind the &mut
|
||||||
|
Loading…
Reference in New Issue
Block a user