Skip to content

Commit

Permalink
Merge pull request #35 from application-research/chore.updateDeltaUrl
Browse files Browse the repository at this point in the history
chore: update delta url for imports
  • Loading branch information
jcace authored Mar 29, 2023
2 parents fd689a7 + eb9eaff commit 7ecbb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/delta-rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (d *DeltaAPI) MakeOfflineDeals(deals OfflineDealRequest, authString string)

log.Debugf("delta deals request: %s", string(ds))

body, closer, err := d.postRequest("/api/v1/deal/piece-commitments", ds, authString)
body, closer, err := d.postRequest("/api/v1/deal/imports", ds, authString)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 7ecbb88

Please sign in to comment.