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