Skip to content

Commit

Permalink
fix: bumped golem-js to 1.0.3 and removed deprecated call
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Dec 21, 2023
1 parent e9259e0 commit cb75f59
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
23 changes: 16 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/golemfactory/tesseract-ocr-golem#readme",
"dependencies": {
"@golem-sdk/golem-js": "^1.0.2",
"@golem-sdk/golem-js": "^1.0.3",
"debug": "^4.3.4",
"generic-pool": "^3.9.0",
"typedoc": "^0.25.4"
Expand Down
1 change: 0 additions & 1 deletion src/golem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ export class Golem {
// await this.marketService.end();

this.paymentService.acceptPayments(agreement);
this.paymentService.acceptDebitNotes(agreement.id); // FIXME #sdk Why is this different from the line above?

return Activity.create(agreement, this.api);
},
Expand Down

0 comments on commit cb75f59

Please sign in to comment.