correct is DC link

This commit is contained in:
mr
2024-08-20 16:22:06 +02:00
parent d13249d87d
commit c6ea2195ed
3 changed files with 41 additions and 14 deletions

View File

@@ -51,7 +51,6 @@ func (p *PeerCache) LaunchPeerExecution(peerID string, dataID string, url string
if !p.checkPeerStatus(peerID) {
return nil, err
}
fmt.Println("LaunchPeerExecution", method, url, methods[method], body)
if method == tools.POST {
b, err = caller.CallPost(url, methods[method], body)
}