| 40 | } |
| 41 | |
| 42 | type validator struct { |
| 43 | pid *actor.PID |
| 44 | id string |
| 45 | bestBlock db.BestBlock |
| 46 | } |
| 47 | |
| 48 | // NewValidator returns Validator for stateful check of tx |
| 49 | func NewValidator(id string) (Validator, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected