GetMaxPeerBlockHeight return the established connect count
()
| 94 | |
| 95 | //GetMaxPeerBlockHeight return the established connect count |
| 96 | func (this *P2PServer) GetMaxPeerBlockHeight() uint64 { |
| 97 | return this.network.GetMaxPeerBlockHeight() |
| 98 | } |
| 99 | |
| 100 | //Start create all services |
| 101 | func (this *P2PServer) Start() error { |
nothing calls this directly
no test coverage detected