mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Add beacon root to types.BuildBlockArgs.
This commit is contained in:
parent
9b2bee565d
commit
eba795de5c
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ type BuildBlockArgs struct {
|
||||||
Random common.Hash
|
Random common.Hash
|
||||||
Withdrawals []*Withdrawal
|
Withdrawals []*Withdrawal
|
||||||
Extra []byte
|
Extra []byte
|
||||||
|
BeaconRoot common.Hash
|
||||||
FillPending bool
|
FillPending bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue