Skip to content

Commit

Permalink
chore: update delta url for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Cihelka committed Mar 28, 2023
1 parent 1a91eb0 commit eb9eaff
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 eb9eaff

Please sign in to comment.