for now, use a very simple selection metric: the node from which we received most recently
| 288 | // for now, use a very simple selection metric: the node from which we received |
| 289 | // most recently |
| 290 | int64_t NodeSyncScore() { return nLastRecv; } |
| 291 | |
| 292 | int32_t GetRefCount() { |
| 293 | assert(nRefCount >= 0); |