Add beacon root to types.BuildBlockArgs.

This commit is contained in:
Louis Thibault 2024-02-14 10:02:51 -05:00
parent 9b2bee565d
commit eba795de5c

View file

@ -19,6 +19,7 @@ type BuildBlockArgs struct {
Random common.Hash
Withdrawals []*Withdrawal
Extra []byte
BeaconRoot common.Hash
FillPending bool
}