report client version in crawler pong

pull/4/head
Zlatin Balevsky 2018-07-06 20:08:04 +01:00
parent aadb1ae2b0
commit b8ed36a1fd
1 changed files with 1 additions and 0 deletions

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...]
}
```