mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +00:00
change info at extra data in block from geth to XDC
This commit is contained in:
parent
0c8315163b
commit
2e505d6e99
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ func makeExtraData(extra []byte) []byte {
|
||||||
// create default extradata
|
// create default extradata
|
||||||
extra, _ = rlp.EncodeToBytes([]interface{}{
|
extra, _ = rlp.EncodeToBytes([]interface{}{
|
||||||
uint(params.VersionMajor<<16 | params.VersionMinor<<8 | params.VersionPatch),
|
uint(params.VersionMajor<<16 | params.VersionMinor<<8 | params.VersionPatch),
|
||||||
"geth",
|
"XDC",
|
||||||
runtime.Version(),
|
runtime.Version(),
|
||||||
runtime.GOOS,
|
runtime.GOOS,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue