EventBus returns the Node's EventBus.
()
| 1065 | |
| 1066 | // EventBus returns the Node's EventBus. |
| 1067 | func (n *nodeImpl) EventBus() *types.EventBus { |
| 1068 | return n.eventBus |
| 1069 | } |
| 1070 | |
| 1071 | // PrivValidator returns the Node's PrivValidator. |
| 1072 | // XXX: for convenience only! |
nothing calls this directly
no outgoing calls
no test coverage detected