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