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