AddErrorRespCnt incre receive error header/block count
()
| 88 | |
| 89 | //AddErrorRespCnt incre receive error header/block count |
| 90 | func (this *NodeWeight) AddErrorRespCnt() { |
| 91 | this.errorRespCnt++ |
| 92 | } |
| 93 | |
| 94 | //GetErrorRespCnt get the error response count |
| 95 | func (this *NodeWeight) GetErrorRespCnt() int { |