fix not return error when blockTimeVerifyForRamanujanFork failed
This commit is contained in:
parent
8c1d1dbb79
commit
c399c88e08
@ -393,7 +393,7 @@ func (p *Parlia) verifyCascadingFields(chain consensus.ChainReader, header *type
|
||||
|
||||
err = p.blockTimeVerifyForRamanujanFork(snap, header, parent)
|
||||
if err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
||||
// Verify that the gas limit is <= 2^63-1
|
||||
|
Loading…
Reference in New Issue
Block a user