iotex-core icon indicating copy to clipboard operation
iotex-core copied to clipboard

Move `actpool.Validate()` out of actpool package

Open Liuhaai opened this issue 3 years ago • 0 comments

What would you like to be added:

Why is this needed: Action checking could be wrapped into a callback when constructing the validator

if _, ok := ap.allActions.Get(selpHash); ok {
		return nil
}

Liuhaai avatar Apr 18 '22 04:04 Liuhaai