Skip to content

Commit

Permalink
duly track in state block Eth1Data (once validated)
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed Dec 19, 2024
1 parent 13c2221 commit ea8d818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-transition/core/state_processor_staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (sp *StateProcessor[
return err
}
}
return nil
return st.SetEth1Data(blk.GetBody().Eth1Data)
}

// processDeposit processes the deposit and ensures it matches the local state.
Expand Down

0 comments on commit ea8d818

Please sign in to comment.