Skip to content

Commit

Permalink
added more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Mar 19, 2024
1 parent 3af1447 commit 715a86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockchain/blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ func (bl *FxBlockchain) handleActionManifestBatchUpload(method string, action st

// Make the HTTP request to the cluster endpoint
clusterURL := fmt.Sprintf("%s/pins", clusterEndPoint)
log.Debugw("Pinning on ipfs-cluster", "url", clusterURL)
resp, err := http.Post(clusterURL, "application/json", bytes.NewBuffer(reqBody))
if err != nil {
w.WriteHeader(http.StatusFailedDependency)
Expand Down

0 comments on commit 715a86f

Please sign in to comment.