()
| 266 | } |
| 267 | |
| 268 | func (this *Peer) GetSoftVersion() string { |
| 269 | return this.base.GetSoftVersion() |
| 270 | } |
| 271 | |
| 272 | //AttachChan set msg chan to sync link |
| 273 | func (this *Peer) AttachChan(msgchan chan *types.MsgPayload) { |
no outgoing calls
no test coverage detected