fix: skip a patch that could fork the chain (#1902)
This commit is contained in:
parent
6932673003
commit
0d47213199
@ -409,7 +409,7 @@ func (c *dataCopy) RequiredGas(input []byte) uint64 {
|
||||
}
|
||||
|
||||
func (c *dataCopy) Run(in []byte) ([]byte, error) {
|
||||
return common.CopyBytes(in), nil
|
||||
return in, nil
|
||||
}
|
||||
|
||||
// bigModExp implements a native big integer exponential modular operation.
|
||||
|
Loading…
Reference in New Issue
Block a user