ontio/ontology

why sending FindNodeReq of curPair.ID to itself?

Honglei-Cong opened this issue · 2 comments

msg = msgpack.NewFindNodeReq(curPair.ID)

should sending FindNodeReq of self.ID to curPair.ID ?

laizy commented

should be self.ID. @rongyi

yes, it should be self.id, pr 1185 fix this.