id on peer
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user