Skip to content

Commit

Permalink
fix: set expiration in claim for piece
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Sep 20, 2023
1 parent 58aee3c commit 306550c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filecoin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ export async function reportPieceCid ({
nb: {
content,
equals: piece
}
},
expiration: Infinity
})
.execute(claimsServiceConnection)
if (claimResult.out.error) {
Expand Down

0 comments on commit 306550c

Please sign in to comment.