PrivValidator returns the Node's PrivValidator. XXX: for convenience only!
()
| 1071 | // PrivValidator returns the Node's PrivValidator. |
| 1072 | // XXX: for convenience only! |
| 1073 | func (n *nodeImpl) PrivValidator() types.PrivValidator { |
| 1074 | return n.privValidator |
| 1075 | } |
| 1076 | |
| 1077 | // GenesisDoc returns the Node's GenesisDoc. |
| 1078 | func (n *nodeImpl) GenesisDoc() *types.GenesisDoc { |
no outgoing calls