mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core: update genesis requests hash
This commit is contained in:
parent
502103c113
commit
759455e205
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ func (g *Genesis) toBlockWithRoot(root common.Hash) *types.Block {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if conf.IsPrague(num, g.Timestamp) {
|
if conf.IsPrague(num, g.Timestamp) {
|
||||||
emptyRequests := [][]byte{{0}}
|
emptyRequests := [][]byte{{0x00}, {0x01}, {0x02}}
|
||||||
rhash := types.CalcRequestsHash(emptyRequests)
|
rhash := types.CalcRequestsHash(emptyRequests)
|
||||||
head.RequestsHash = &rhash
|
head.RequestsHash = &rhash
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue