diff --git a/operate/services/manage.py b/operate/services/manage.py index 83ccb84e0..e0cdcb191 100644 --- a/operate/services/manage.py +++ b/operate/services/manage.py @@ -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( diff --git a/package.json b/package.json index 2b89eddf6..5c5eab5d0 100644 --- a/package.json +++ b/package.json @@ -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" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 09a3f7736..84385fe83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.0.0" +version = "0.1.0-rc166" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"