mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-26 16:36:17 +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
|
||||
extra, _ = rlp.EncodeToBytes([]interface{}{
|
||||
uint(params.VersionMajor<<16 | params.VersionMinor<<8 | params.VersionPatch),
|
||||
"geth",
|
||||
"XDC",
|
||||
runtime.Version(),
|
||||
runtime.GOOS,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue