Skip to content

Commit

Permalink
fix: receipt for aggregate accept has wrong cid
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 3, 2023
1 parent ebdb99b commit 356684e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/filecoin-api/src/aggregator/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const pieceAccept = async ({ capability }, context) => {
aggregate,
pieces,
},
expiration: Infinity,
})
.delegate()

Expand Down

0 comments on commit 356684e

Please sign in to comment.