mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
change info at extra data in block from geth to tomo
This commit is contained in:
parent
c058a3d72e
commit
27fe5c6d3e
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,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",
|
"tomo",
|
||||||
runtime.Version(),
|
runtime.Version(),
|
||||||
runtime.GOOS,
|
runtime.GOOS,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue