core/state/snapshot, tests: sync snap gen + snaps in consensus tests
This commit is contained in:
@ -45,7 +45,6 @@ type ttFork struct {
|
||||
}
|
||||
|
||||
func (tt *TransactionTest) Run(config *params.ChainConfig) error {
|
||||
|
||||
validateTx := func(rlpData hexutil.Bytes, signer types.Signer, isHomestead bool, isIstanbul bool) (*common.Address, *common.Hash, error) {
|
||||
tx := new(types.Transaction)
|
||||
if err := rlp.DecodeBytes(rlpData, tx); err != nil {
|
||||
|
Reference in New Issue
Block a user