Skip to content

Commit

Permalink
Fixes bug where no extra data is included in headers
Browse files Browse the repository at this point in the history
  • Loading branch information
robschleusner committed Nov 15, 2023
1 parent b8a5ec8 commit ccd5ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (miner *Miner) MakeExtraData(extra []byte) []byte {
// create default extradata
extra, _ = rlp.EncodeToBytes([]interface{}{
params.Version.Short(),
"go-quai",
runtime.Version(),
runtime.GOOS,
})
Expand Down

0 comments on commit ccd5ba7

Please sign in to comment.