Merge pull request #241 from nguyenbatam/change_info_at_extra_data_in_block

change info at extra data in block from geth to tomo
This commit is contained in:
Tuna 2018-10-30 09:11:35 +07:00 committed by GitHub
commit 76904c0c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
})