report client version in crawler pong

This commit is contained in:
Zlatin Balevsky
2018-07-06 20:08:04 +01:00
parent aadb1ae2b0
commit b8ed36a1fd

View File

@ -21,6 +21,7 @@ The ultrapeer responds with the following message, also in a signed datagram. I
{
type: "CrawlerPong",
version: 1,
clientVersion: "MuWire 1.2.3",
peers: [ b64.1, b64.2...]
}
```