Skip to content

Commit

Permalink
Merge pull request #395 from valory-xyz/fix/partial-rewards
Browse files Browse the repository at this point in the history
Fix/partial rewards
  • Loading branch information
0xArdi authored Oct 16, 2024
2 parents 8126a5a + 777eacb commit 25b4b00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operate/services/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ def stake_service_on_chain_from_safe( # pylint: disable=too-many-statements,too

if (
staking_state == StakingState.STAKED
and current_staking_program != target_staking_contract
and current_staking_program != target_staking_program
and can_unstake
):
self.logger.info(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"download-binaries": "sh download_binaries.sh",
"build:pearl": "sh build_pearl.sh"
},
"version": "0.0.0"
"version": "0.1.0-rc166"
}
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 = "olas-operate-middleware"
version = "0.0.0"
version = "0.1.0-rc166"
description = ""
authors = ["David Vilela <[email protected]>", "Viraj Patel <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 25b4b00

Please sign in to comment.