iotex-core
iotex-core copied to clipboard
Move `actpool.Validate()` out of actpool package
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
}