GetVersion return self version
()
| 140 | |
| 141 | //GetVersion return self version |
| 142 | func (this *P2PServer) GetVersion() uint32 { |
| 143 | return this.network.GetVersion() |
| 144 | } |
| 145 | |
| 146 | //GetNeighborAddrs return all nbr`s address |
| 147 | func (this *P2PServer) GetNeighborAddrs() []common.PeerAddr { |
nothing calls this directly
no test coverage detected