Skip to content

Commit

Permalink
Breakpoint in accepting iinvoice fix (#5)
Browse files Browse the repository at this point in the history
* removed breakpoint

* patch version
  • Loading branch information
mateuszsrebrny authored Sep 17, 2024
1 parent f0d6ace commit 08cb2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion golem_workers/budgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ async def unregister_agreement(self, agreement: Agreement):
logger.info("Agreement `%s` unregistered from budget `%s`", agreement, self)

async def _on_new_invoice(self, event: NewInvoice) -> None:
breakpoint()
invoice = event.resource
invoice_data = await invoice.get_data()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "golem-workers"
version = "0.3.2"
version = "0.3.3"
description = "Golem Workers is an API providing direct and high-level access to CPU and GPU resources on the Golem Network."
authors = ["Golem Factory <contact@golem.network>"]
readme = "README.md"
Expand Down

0 comments on commit 08cb2fc

Please # to comment.