github.com/sixexorg/magnetic-ring@v0.0.0-20191119090307-31705a21e419/p2pserver/actor/req/consensus.go (about) 1 package req 2 3 import ( 4 "github.com/ontio/ontology-eventbus/actor" 5 ) 6 7 var ConsensusPid *actor.PID 8 9 func SetConsensusPid(conPid *actor.PID) { 10 ConsensusPid = conPid 11 } 12