Skip to content
Snippets Groups Projects
Commit a9f35ca4 authored by benjamin's avatar benjamin
Browse files

fixed a compile issue

parent 1191b65c
No related branches found
No related tags found
4 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!408made the cfollower regualrly update the clock skew,!340Project/channels
......@@ -59,7 +59,7 @@ func DownloadNdfFromGateway(address string, cert []byte) (
}
// Send poll request and receive response containing NDF
resp, err := comms.SendPoll(host, pollMsg)
resp, _, _, err := comms.SendPoll(host, pollMsg)
if err != nil {
return nil, err
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment