dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.39k stars 466 forks source link

Valid in scope coinbases getting classified as out of scope in VerifyHeader #2206

Open mibuono opened 1 month ago

mibuono commented 1 month ago

Rationale

Why should this feature exist? What are the use-cases?

Implementation

Do you have ideas regarding the implementation of this feature? Are you willing to implement this feature?

wizeguyy commented 1 month ago

@mibuono who is the context owner? I need context :)

mibuono commented 1 month ago

@gameofpointers

wizeguyy commented 1 month ago

From @gameofpointers:

return fmt.Errorf("out-of-scope primary coinbase in the header: %v location: %v nodeLocation: %v, err %s", header.PrimaryCoinbase(), header.Location(), progpow.config.NodeLocation, err)