mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
hack the thing to get it to compile
This commit is contained in:
parent
bf5005244e
commit
25f29256ce
@ -3706,7 +3706,11 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
|||||||
bls_to_execution_changes,
|
bls_to_execution_changes,
|
||||||
} = partial_beacon_block;
|
} = partial_beacon_block;
|
||||||
|
|
||||||
let (payload, kzg_commitments_opt, blobs) = block_contents.deconstruct();
|
let (payload, kzg_commitments_opt, blobs): (
|
||||||
|
Option<Payload>,
|
||||||
|
Option<Vec<KzgCommitment>>,
|
||||||
|
Option<Vec<Blob<T::EthSpec>>>,
|
||||||
|
) = todo!("Im getting a compile error here @Sean"); //block_contents.deconstruct();
|
||||||
|
|
||||||
let inner_block = match &state {
|
let inner_block = match &state {
|
||||||
BeaconState::Base(_) => BeaconBlock::Base(BeaconBlockBase {
|
BeaconState::Base(_) => BeaconBlock::Base(BeaconBlockBase {
|
||||||
|
Loading…
Reference in New Issue
Block a user