fix testnet

pull/291/head
Jeff Becker 5 years ago
parent 6014884207
commit 32ecf64c57
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -243,7 +243,7 @@ namespace llarp
continue;
std::array< byte_t, 1024 > tmp = {0};
llarp_buffer_t buf(tmp);
if(!SendToServiceOrQueue(introset.A.Addr().data().data(), buf,
if(!SendToServiceOrQueue(introset.A.Addr().data(), buf,
eProtocolText))
{
llarp::LogWarn(Name(), " failed to send/queue data to ",

Loading…
Cancel
Save