MCPcopy Create free account
hub / github.com/DNAProject/DNA / UnRegisterActor

Method UnRegisterActor

txnpool/proc/txnpool_server.go:394–396  ·  view source on GitHub ↗

UnRegisterActor cancels the actor with the actor type.

(actor tc.ActorType)

Source from the content-addressed store, hash-verified

392
393// UnRegisterActor cancels the actor with the actor type.
394func (s *TXPoolServer) UnRegisterActor(actor tc.ActorType) {
395 delete(s.actors, actor)
396}
397
398// registerValidator registers a validator to verify a transaction.
399func (s *TXPoolServer) registerValidator(v *types.RegisterValidator) {

Callers 1

TestActorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestActorFunction · 0.76