mirror of
https://github.com/ChronosX88/Influence-cjdns.git
synced 2024-11-08 08:51:00 +00:00
Updated contactmanager.cpp
This commit is contained in:
parent
18ad8c2dd4
commit
fd0a7c4da6
@ -3,8 +3,8 @@
|
||||
ContactManager::sendPing(QHostAddress ip)
|
||||
{
|
||||
json ping;
|
||||
ping["peerID"] = QHostAddress::AnyIPv6.toString();
|
||||
ping["peerID"] = QHostAddress::AnyIPv6;
|
||||
ping["action"] = "ping";
|
||||
QString str = ping.dump();
|
||||
send(str, ip);
|
||||
Network::send(str, ip);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user