fix not return error when blockTimeVerifyForRamanujanFork failed

This commit is contained in:
fudongbai 2020-08-11 15:13:10 +08:00
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