id on peer

This commit is contained in:
mr
2024-08-20 13:31:11 +02:00
parent fbf4040f63
commit f599131708
2 changed files with 5 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ 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)
}